I am trying to execute a .bat file in an Excel macro but cannot find a Visual basic command to do so. Does anyone have some code that will help me out.
> I am trying to execute a .bat file in an Excel macro but cannot find > a Visual basic command to do so. Does anyone have some code that > will help me out.
VBA supports the Shell command. Take a look at the help for that.