Load anther microsoft application from excel

  • Thread starter Thread starter Crowbar
  • Start date Start date
C

Crowbar

Hello

I was wondering if you could load Word (its not word I really want, its going
to run a script in WRQ Reflection but we won't go into that) from an Excel
Macro, if you can and you know the code can you do a postie please

Danka

Gaz
 
You can use the SHELL command to start another application:

x = Shell("cmd.exe /c C:\UserGuide.pdf", 1)

will both start the Acrobat Reader and load a pdf file
 

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