M
Mikey C
Hi folks
Can anybody tell me where I'm going wrong with this? I have used the
following code (as part of a larger expression) to open an excel
document:
CreateObject ("Excel.Application")
Set objectVarName = GetObject("P:\Competitor Analysis\Competitor
Analysis Database\Financial Data Import.xls")
GetObject ("P:\Competitor Analysis\Competitor Analysis
Database\Financial Data Import.xls")
Visible = True
I have already made the code to transfer the details I need to a
spreadsheet, I just can't figure the code to then open that sheet
afterwards!
Thanks
Mike
Can anybody tell me where I'm going wrong with this? I have used the
following code (as part of a larger expression) to open an excel
document:
CreateObject ("Excel.Application")
Set objectVarName = GetObject("P:\Competitor Analysis\Competitor
Analysis Database\Financial Data Import.xls")
GetObject ("P:\Competitor Analysis\Competitor Analysis
Database\Financial Data Import.xls")
Visible = True
I have already made the code to transfer the details I need to a
spreadsheet, I just can't figure the code to then open that sheet
afterwards!
Thanks
Mike