RunApp

  • Thread starter Thread starter Nino A. Mascioli
  • Start date Start date
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
 
-----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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Variable RunApp 4
RunApp question 2
RunApp Access macro command 1
RunApp 1
Problem with RunApp 3
RunApp giving new error 2
Open an Excel file using macro 2
runapp problems 2

Back
Top