Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Sheet Tabs
#9
Why this code doesn't work?

Code:
Copy      Help
ExcelSheet es.Init("" 8|16)
Excel.Worksheet wo=es.ws.Application.Worksheets.Item(1)
wo.Name="name1"
es.SetCell("test1" 1 1)
wo=es.ws.Application.Worksheets.Item(2)
wo.Name="name2"
wo.Activate
es.SetCell("test2" 1 1)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)