Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have written some VB which invokes a form within the sheet, it all work fine and I have to say I'm quite pleased with it for a novice. Anyway, when I move the dialogue box around I get what appears to be a graphics problem as it looks like ghosting around the screen. Have I programmed something wrong? Thanks Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
somewhere in your code you have done this:
Application.ScreenUpdating = False set it back to True before the form displays -- jb "Steve" wrote: Hi I have written some VB which invokes a form within the sheet, it all work fine and I have to say I'm quite pleased with it for a novice. Anyway, when I move the dialogue box around I get what appears to be a graphics problem as it looks like ghosting around the screen. Have I programmed something wrong? Thanks Steve |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have indeed
Many Thanks Steve "john" wrote: somewhere in your code you have done this: Application.ScreenUpdating = False set it back to True before the form displays -- jb "Steve" wrote: Hi I have written some VB which invokes a form within the sheet, it all work fine and I have to say I'm quite pleased with it for a novice. Anyway, when I move the dialogue box around I get what appears to be a graphics problem as it looks like ghosting around the screen. Have I programmed something wrong? Thanks Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dialogue Box | Excel Programming | |||
pop up dialogue box | New Users to Excel | |||
pop up dialogue | Excel Discussion (Misc queries) | |||
Ghosting Out Cells | Excel Discussion (Misc queries) | |||
Dialogue Box | Excel Programming |