Hi,
If a condition is true in a Sub called by a Call instruction, I want to stop the VBA proc with theExit Sub instruction. But the macro goes on in the main Sub after the Call.
How can I stop definitely the macro?
Thanks
Hi,
If a condition is true in a Sub called by a Call instruction, I want to stop the VBA proc with theExit Sub instruction. But the macro goes on in the main Sub after the Call.
How can I stop definitely the macro?
Thanks