View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sofia Sofia is offline
external usenet poster
 
Posts: 2
Default use shell function in vbscript

Hello.

I want to run a shell command from vbscript instead of
inside an excel macro. How do I do it? I couldn't find
anything in the help file.

This is the command:
retval = Shell("C:\test\print.exe", vbHide)

-Sofia