Screen Updating

  • Thread starter Thread starter Voodoodan
  • Start date Start date
V

Voodoodan

Hi,

On my worksheet I have put some code in to stop the screen flickerin
like mad when it's updating the figures. The code is
*application.screenupating = false*.

This works fine. However, when I publish this document to our loca
intranet, the figures do not update. I have found that it is due t
the above line in the macro.

Can anyone suggest a simple workaround for this, please?

Many thanks,
Dan
 
At the end of the code have you entered
Application.ScreenUpdating =True?
Regards,
 

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

Back
Top