RunApp

N

Nino A. Mascioli

I am attempting to open an excel file using the Run App
command in a macro. The file name is test and it is
located in a directory called C:\DATA\

I get the message that path is invalid.... Any suggestions

the string in the command line is: C:\DATA\Test

Thank Nino
 
L

Larry

-----Original Message-----
I am attempting to open an excel file using the Run App
command in a macro. The file name is test and it is
located in a directory called C:\DATA\

I get the message that path is invalid.... Any suggestions

the string in the command line is: C:\DATA\Test

Thank Nino
.
try this
C:\DATA\TEST.xls
 
Top