A UserForm is open to make selections
On "Go" button click, I have an if statement that basically says
if this is true and this is blank Then
MsgBox "you must select bla bla"
Exit Sub
end if
It exits back to the open userform, but the msgbox does not go away - it just hangs there and you can't click ok or close it.
Edit: May have to do with screen updating is off?
Any ideas on how to close or at least hide the msgbox on ok?
Thanks!
Bookmarks