Preventing screenupdating from modfiied

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm using Office2003 & WinXP Pro, Visual SOurceSafe 6.0d.

I'm having serious problem with Application.ScreenUpdating.
I cannot set:
Application.ScreenUpdating=False

Is there setting in Excel that can prevent people from modifying
Application.ScreenUpdating?

I had checked the VBA code numerous, and cannot find code which reset
Application.ScreenUpdating back to True. Also the
Application.ScreenUpdating=False is set at the beginning of the module.

Thanks
Augustus
 
Hi,
I had checked the VBA code numerous, and cannot find code which reset
Application.ScreenUpdating back to True.

This happens automatically when your code is finished.

arno
 

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