Does anyone know what it means when you show a user form on the screen, and when you move the form around with your mouse, it leaves a trail. It's like the screen behind is frozen from being updated.
Also, if you already have your VBA editor environment open when testing this, it appears to be in break mode (because the "Run" button in the toolbar is disabled and the "Reset" button is enabled), but there is not other evidence of it being "broken".
Specifically, I am trapping an error, unloading one user form and loading another. The new one loads fine, but the old is still on the screen (the "frozen screen" theory again, in that the form, I think is actually unloaded, but the screen just doesn't know it).
Thanks for any help you can give.
Also, if you already have your VBA editor environment open when testing this, it appears to be in break mode (because the "Run" button in the toolbar is disabled and the "Reset" button is enabled), but there is not other evidence of it being "broken".
Specifically, I am trapping an error, unloading one user form and loading another. The new one loads fine, but the old is still on the screen (the "frozen screen" theory again, in that the form, I think is actually unloaded, but the screen just doesn't know it).
Thanks for any help you can give.