Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running a program from Excel VBA

Status
Not open for further replies.

Chrissirhc

Programmer
May 20, 2000
926
GB
Hi,

I've done a quick search but couldn't find anything on this. How do I launch a program from within an Excel Macro?

e.g. If I wanted to run c:\program files\my program\myexecutable.exe, how would I do this from VBA in Excel? I guess I would need "Microsoft scripting runtime" installed?

Cheers,

Chris
 
You may simply consider the Shell VBA function.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top