View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Philosophaie Philosophaie is offline
external usenet poster
 
Posts: 110
Default The Differences between running a Shell in Excel 2003 and Excel 20

Running a Shell in Excel 2003 looked something like this:

FileName="c:\Path\File.exe"
RtVal=Shell(FileName,1)