View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
augustus augustus is offline
external usenet poster
 
Posts: 49
Default Preventing screenupdating from modfiied

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