Thread: Shell Command
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Shell Command

x would contain the program's task ID if the launch was successful,
otherwise x would equal zero

"pls123" wrote in message
...
hi all !! is there any difference between ..this..

x = Shell("C:\Userguide.exe")

and this..

Shell ("C:\Userguide.exe")

tx !!