M
Michael
A new computer has come with Office 2003 Standard. Because
the user needs Access, he installed Access from the Office
2000 Pro which was on his old computer. Now when running
an Access database that calls Excel from code, Excel does
not start. The error is to the effect that it cannot find
the file. The line where it stops is:
Call Shell("Excel.exe /r " & cstExcelPath
& "MarginFlash.xls", 1)
(cstExcelPath is the path as a constant). This has been
working for months on the old computer (Office2000Pro)
Has something changed in the way Office2003 works?
Thinking it may be a problem with file type association, I
checked in Explorer double-clicking on "MarginFlash.xls",
and it starts Excel and runs the sheet correctly; but it
doesn't work from code in Access2000. Don't understand
it...
Many thanks
Michael
the user needs Access, he installed Access from the Office
2000 Pro which was on his old computer. Now when running
an Access database that calls Excel from code, Excel does
not start. The error is to the effect that it cannot find
the file. The line where it stops is:
Call Shell("Excel.exe /r " & cstExcelPath
& "MarginFlash.xls", 1)
(cstExcelPath is the path as a constant). This has been
working for months on the old computer (Office2000Pro)
Has something changed in the way Office2003 works?
Thinking it may be a problem with file type association, I
checked in Explorer double-clicking on "MarginFlash.xls",
and it starts Excel and runs the sheet correctly; but it
doesn't work from code in Access2000. Don't understand
it...
Many thanks
Michael