!!!macro wont run from C:\program files\nadb\spreadsheet.xls path!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i specified a command line of

RunAp

excel.exe C:\program files\nadb\spreadsheet.xls

and it wont open the spreadsheet I imagine because of the space
is there a work around for this?
 
Teakay,

You should specify the full path to Excel.exe, and also include ""s as
applicable, something like this...

"C:\Program Files\Microsoft Office\Office11\Excel.exe" "C:\Program
Files\nadb\spreadsheet.xls"
 
Thank you so much Steve
I did as you suggested and it works fine. thanks again

tom kobal
 
Back
Top