is there a way to disable screen updates?

I

ILiya

I'd like to disable screen updates for a time like before and after the
rutine which may produce undesired visual effects to the user like
enumerating and activating worksheets in loops and then returning to the
sheet that was originally activated.

Thanks
 
J

Jens Lenge

Application.ScreenUpdating = False

....

Application.ScreenUpdating = True

Hope this helps,
Jens
 

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