start switch not working

W

warnimont

I have the below switch setup to prevent opening a file.
It used to work. Recently is install some macros in the
addin area. Now book1 always opens when i start excel or
open an existing file. I've check my icon properties
target and the switch below still exists. What is causing
book1 to start each time?

"C:\Program Files\Microsoft Office\Office\EXCEL.EXE" /e
 
D

Dave Peterson

What else do you have in your XLStart folder?

Any chance you have a *.xls file hanging around?
 
Top