I have an Excel 2003 workbook that is being invoked from a shortcut. The Short cut has the following target:
"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" "C:\TEMP\Application.xls" /e/PREFIX/C:\TEMP
Within Application.xls, I have some VBA code that reads the command line string and extracts the parameter list:
This works fine on more than one workstation here, but when the same process is run at another site, the startup switch is missing from the command line.![]()
Please Login or Register to view this content.
Does anybody know of any reason why this may be happening?
Bookmarks