Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an interesting problem with an Excel VBA app. I
have a number of user forms. Some of which work perfectly and some of which smear and leave their immage behind when they are moved. I can't find any difference in how the forms are designed or invoked. Any suggestions as to what I should look for? Joe |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think it has something to do with the event for moving a window not
repainting properly. Have you searched the MS knoweldgebase? Mike ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You have set
Application.ScreenUpdating = False somewhere before you show the errant userforms. You need to change it back to true. -- Regards, Tom Ogilvy "Joe" wrote in message ... I have an interesting problem with an Excel VBA app. I have a number of user forms. Some of which work perfectly and some of which smear and leave their immage behind when they are moved. I can't find any difference in how the forms are designed or invoked. Any suggestions as to what I should look for? Joe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
aauugghhh...#div/o problems & various average formula problems | Excel Worksheet Functions | |||
UserForm | Excel Worksheet Functions | |||
Userform sizing problems | Excel Discussion (Misc queries) | |||
Userform / Text Box problems. | Excel Discussion (Misc queries) | |||
More UserForm problems | Excel Programming |