View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Run other files from Excel

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

Trond Fugleberg wrote:

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!


--

Dave Peterson