View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Calling DOS commands in VBA

look in vba help for
shell

--
Don Guillett
SalesAid Software

"Andy" wrote in message
...
I would like to create an Excel macro and call a DOS command from within

the
macro. The DOS command I am using is

cd c:\TEST
blat - -to " -subject "TEST" -body "TEST"

Any help is appreciated.

Thanks