View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Can excel run a batch file?

Hi Tom,
Shell "c:\your path\abc.bat"

John


"Tom" wrote in message ...
How do I create a macro to run a batch file (abc.bat), after attaching it to
a button? I realize Excel has to carry out this task out itself. If not, is
there a way around it by first getting into the command prompt?

TIA
Tom