View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_4_] Alan Beban[_4_] is offline
external usenet poster
 
Posts: 171
Default Running external programs

Thanks to Rob van Gelder and Dave Peterson.

Alan Beban

Rob van Gelder wrote:
VBA's shell command will continue execution immediately after the executable
has launched.
Do a Google Search for: VBA ShellWait to get VBA to wait for the process to
terminate.


"Alan Beban" wrote in message
...

A friend is asking "How do I run an external .exe or .cmd file from
Excel?" Is that a meaningful question without more?

TIA,
Alan Beban