Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handle to existing Excel document
#13
I don't have more ideas. Google also did not help. Try to use book name.

Macro Macro1575
Code:
Copy      Help
;/exe 1

ExcelSheet es1

;this code is simplified Init version
Excel.Application xlApp._getactive
Excel.Workbook wb=xlApp.Workbooks.Item("Book1")
es1=wb.ActiveSheet


es1.SetCell("OK" 1 22)


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)