View Single Post
  #1   Report Post  
Mr. Smiley
 
Posts: n/a
Default Opening multiple programs in VBA

I am trying to open two different program files, one after the other, in VBA
within an Excel macro.

This is what I have so far:

Shell ("C:\Program Files\Quick3270\Quick3270.exe" "C:\Program
Files\Quick3270\ IBM System.ecf")

This does not work, though. Is it because one of these files is an ecf?
Thanks