Dialogue box ghosting

S

Steve

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
 
J

john

somewhere in your code you have done this:

Application.ScreenUpdating = False

set it back to True before the form displays
 
S

Steve

I have indeed

Many Thanks

Steve

john said:
somewhere in your code you have done this:

Application.ScreenUpdating = False

set it back to True before the form displays
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top