View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Nick.Korynski@gmail.com is offline
external usenet poster
 
Posts: 6
Default Launch a .bat file with VBA

Is there a way to launch a .bat file in VBA? I have read to use the
shell command to launch programs, but that doesn't seem to be working
so I'm not sure that it works for anything other than executables? Is
there any way to do this? Thanks much!

Nick