EzGoingKev
Registered User.
- Local time
 - Today, 03:21
 
- Joined
 - Nov 8, 2019
 
- Messages
 - 201
 
I have an IF block in a macro.
In the IF block is MsgBox("Check Data", 4)=6. If you hit yes it opens a form.
I have the form set to run a submacro when you close it.
The Submacro is in the same macro after the IF block. I thought if I select no in the IF block it would go on to run the submacro but it does not.
What do I need to get the macro to run the submacro?
 In the IF block is MsgBox("Check Data", 4)=6. If you hit yes it opens a form.
I have the form set to run a submacro when you close it.
The Submacro is in the same macro after the IF block. I thought if I select no in the IF block it would go on to run the submacro but it does not.
What do I need to get the macro to run the submacro?