I have a macro, at the end of which I run a vb script.
Once macro and vb script is completed, I need to pass the result as an input to my workflow.
Current process works like this - Macro executes, workflow executes before VB script is completed.
I need to wait for VB script to finish before it workflow execution starts.
Please suggest the simple way to achieve this.