cwunderlich
Board Regular
- Joined
- Sep 24, 2010
- Messages
- 101
I have a macro that runs and throughout the macro the user is presented with several vbYesNo message boxes. However, when they make their choice on each one, each message box stays displayed on this screen. Once they pick Yes or No (or Cancel), I would like the message box to go away and the code to continue to run. I thought it would just be a simple matter of putting Application.ScreenUpdating around the msgbox but this doesn't seem to be the case....
Any ideas?
Any ideas?
Last edited: