I have a macro that runs VBA code to start a winbatch script. This script takes about 30 sec to run. Then the macro does another RunCode to start another action.
Like: RunCode Configure Patient Names
RunCode Import Patient Names
As I'm sure you have figured out the macro dosen't wait for the script to finish before running the second RunCode. The second RunCode uses the data from the first.
Any suggestions?
Like: RunCode Configure Patient Names
RunCode Import Patient Names
As I'm sure you have figured out the macro dosen't wait for the script to finish before running the second RunCode. The second RunCode uses the data from the first.
Any suggestions?