|
|
Question : im trying to use a macro to open network files
|
|
here is my command line: excel.exe u:\upsapps\employment\scs and addalines 2004\balanced score card 2004 frank.xls
it opens excel and then tries to open "scs.xls", "and.xls", "addalines.xls"... and keeps going
Is the command line to long or how do i fix it?
|
Answer : im trying to use a macro to open network files
|
|
Put it in quotes: excel.exe "u:\upsapps\employment\scs and addalines 2004\balanced score card 2004 frank.xls"
|
|
|
|