Userform leaves trail of images when moved


Posted by Jack on December 06, 2001 8:58 AM

Excel 97
I have created an ADDIN which presents a Userform from which they can make selections and have tooltips show. As and XLS it works fine, but when run as an ADDIN, if the user drags the form, a trail of forms is left. Also, any parts of tooltips that are shown off the form also remain when the cursor is moved elsewhere. I can't find any help on this. Any ideas?
Thanks
Jack

Posted by Tom Urtis on December 06, 2001 9:26 AM

Maybe set ScreenUpdating to True? HTH (nt)



Posted by Jack on December 06, 2001 9:37 AM

I have ScreenUpdating set to TRUE

I have Application.ScreenUpdating = TRUE set at the start of code in the form
Jack