Run other files from Excel

  • Thread starter Thread starter Trond Fugleberg
  • Start date Start date
T

Trond Fugleberg

Hi!

I want to run other files from excel. How can I do this? I
have some files *.RUN that I want to run.
Thanks!
 
I've never heard of *.run files, but if they were *.exe's or *.bat's, you could
use the Shell command.

If the extension .run is associated with another executable, maybe:

shell "start ""C:\myfile.run"""

would be ok
 

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

Back
Top