Screen Update Dilemma

A

Alex@JPCS

I have an Excel 2000 VBA application in which a userform is called up
(.Show) after application.screenupdating is set false. This causes the form
to "replicate" itself on the screen if the user selects the title bar and
moves the userform.

In response, I made sure to set screenupdating to true before calling the
userform, and then set is false after closing the form (modal form is used).

On my laptop screen this is fine, however on CRTs, a couple of people have
noticed flicker, I expect from setting and resetting screenupdating.

Any workarounds to eliminate flicker and prevent form replication?

Regards,
Alex J
 

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