KeyserSoze
Programmer
I have a form in Excel 2002 VBA that opens another form. The second form does manipulations on a worksheet. When the second form is closed via an "Unload Me" command, it seems to remain painted on the screen behind the calling form. Also, when you grab the original form, it creates after-images of itself, kind of like how Bruce Lee's hands moved in the movie "The Chinese Connection" or if you are on a acid trip.
One thing of note: if the sheet that I am doing manipulations on is a hidden sheet, the above scenario occurs. However, if I unhide the sheet, the screen is repainted correctly.
I can change my code to temporarily unhide the sheets but if there is a simple workaround I'm all for that.
Thanks!
One thing of note: if the sheet that I am doing manipulations on is a hidden sheet, the above scenario occurs. However, if I unhide the sheet, the screen is repainted correctly.
I can change my code to temporarily unhide the sheets but if there is a simple workaround I'm all for that.
Thanks!