Hello, if anyone can help with this I would much appreciate it.
I am writing a macro within vba for excel, and i have successfully managed to use the shell command to call my batch file but, how would i program the rest of the macro to carry on when the batch file has finished?
The batch file currently has a pause at the bottom, but i removed this and the batch file just ended when finished would i be able to somehow use vba to check to see if the batch file is still running or something?
Thanks