View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_2_] Rob van Gelder[_2_] is offline
external usenet poster
 
Posts: 11
Default Running external programs

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