Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handle to existing Excel document
#1
Is there a way to get a handle to an open Excel document so I can use the standard ExcelSheet functions?

For example, a macro may open an excel spreadsheet with a button. I then need a handle so I can define ExcelSheet es1=???

I've tried to use ExcelSheet.Init with no luck. The only way I can get this to work so far is to create commands to do a file..save, and then open the file with ExcelSheet.Init

Is there a way to do this without saving the already open Excel file?

Thank you!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)