View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mohan[_2_] Mohan[_2_] is offline
external usenet poster
 
Posts: 7
Default running a batch file

Is there a way to run a batch file (dos command file) from
vba code?

To upgrade the existing Excel application, I need to put
some dll in the local drive.. I have a batch file to copy
this from the network to local drive..

Is there a way I can run this batch file in the Excel
Auto_Open module?

Thank you