View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
EMoe[_101_] EMoe[_101_] is offline
external usenet poster
 
Posts: 1
Default VBA to open .exe file


Thanks for the tip Don & for your input Paul!

Don it searched the helps section, and found it to be helpful.

This is what I came up with.

Sub OpenConvertMe()
Dim RetVal
RetVal = Shell("C:\WINDOWS\Convert.EXE", 1)
End Sub

This worked fine. Question though, what does the *,1* mean in thi
code?

Thanks,
EMoe :

--
EMo
-----------------------------------------------------------------------
EMoe's Profile: http://www.excelforum.com/member.php...fo&userid=2318
View this thread: http://www.excelforum.com/showthread.php?threadid=49826