View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
N10 N10 is offline
external usenet poster
 
Posts: 141
Default Want to run a DOS batch file (.bat) From Excel VBA code


"Cazayoux" wrote in message
...
Is this even possible?
If so, how?

caz


Hi CAz

Could you tailor this code to meet your needs

Call Shell("C:\BATCH FILES\MYTEST.bat", vbNormalFocus)


Best n10