View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Execute a batch file from inside Excel

You can use shell Eric

Shell "C:\batfilename.bat",1


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Eric" wrote in message ...
Is it possible to have a command button that would call
and run a .bat file? If so, does anyone know how?