Hide screen while Macro is working

D

DJK

I have a template with 16 different forms. There are 16 buttons and when the
user double clicks on a button, all other forms are cut leaving only the form
they need. This works very well but the flashing screen is annoying. Is
there a way not to hide this macro working screen?
DJK
 
B

Bear

DJK:

Try putting

Application.ScreenUpdating = False

at the start of your macro, and

Application.ScreenUpdating = True

at the end of the macro.

Bear
 

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