Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Sheet Tabs
#10
Works, but shouldn't the last statement set cell in the second worksheet?

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)