Message 1 of 8
Opening Excel from VBA

Not applicable
01-11-2002
02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am attempting to open Excel and load a spreadsheet that already exists at a predefined location. I don't want to make Excel visible, however. I just need to open this spreadsheet up and use normal methods for stripping data from the cells.
I know how to get the data from the spreadsheet if Excel is already open at runtime. However, I don't want Excel to be open at runtime. Rather I think I need to ise the "CreateObject" or "GetObject" to open Excel with a spreadsheet already loaded. How is this done?
Thanks for any help...
I know how to get the data from the spreadsheet if Excel is already open at runtime. However, I don't want Excel to be open at runtime. Rather I think I need to ise the "CreateObject" or "GetObject" to open Excel with a spreadsheet already loaded. How is this done?
Thanks for any help...