UserForm Not Hiding
I have a userform. Before I hide it, I do this:
Application.ScreenUpdating = True
Application.EnableEvents = True
Then do this:
UserForm1.Hide
But the form does NOT "hide" until way later. Ideas?
Is there a "screen refresh" command or something like that. I have not had
this problem before.
|