DwayneS
Instructor
- Mar 29, 2002
- 70
I just got a new computer. It has Access 2007. I had 2003 and a lot of apps developed in that version.
I use lot of Excel spreadsheets to calculate schedules from my Access tables and queries. Below is a line of code I use to open a typical Excel SS:
Call Shell("excel.exe V:\Finance\Material\shared\VarianceAnal\VarianceAnalActActMo.xls", vbNormalFocus)
Here's the problem -- When I run this on my new computer in Access 2007, I have to alter that code to point to the Excel.exe file, otherwise it will not work. For example ---
Call Shell("C:\Program Files\Microsoft Office\OFFICE11\excel.exe V:\Finance\Material\shared\VarianceAnal\VarianceAnalActActMo.xls", vbNormalFocus)
I'm trying to find the detail that requires that change. I'm guessing the Office installation re: Path or something like that.
Anyone know?
Dwayne Streeter, CPA, CITP
I use lot of Excel spreadsheets to calculate schedules from my Access tables and queries. Below is a line of code I use to open a typical Excel SS:
Call Shell("excel.exe V:\Finance\Material\shared\VarianceAnal\VarianceAnalActActMo.xls", vbNormalFocus)
Here's the problem -- When I run this on my new computer in Access 2007, I have to alter that code to point to the Excel.exe file, otherwise it will not work. For example ---
Call Shell("C:\Program Files\Microsoft Office\OFFICE11\excel.exe V:\Finance\Material\shared\VarianceAnal\VarianceAnalActActMo.xls", vbNormalFocus)
I'm trying to find the detail that requires that change. I'm guessing the Office installation re: Path or something like that.
Anyone know?
Dwayne Streeter, CPA, CITP