View Single Post
  #1   Report Post  
Joe at Baso
 
Posts: n/a
Default DisplayAlerts and ScreenUpdate will not set to False

In Excel using VBA code Application.DisplayAlerts = False or
Application.ScreenUpdating = False. I F8 step thru the code and watch the
value of DisplayAlerts. It never reads False. Seems like it worked
yesterday? Is there any setting that would stop this from working?

Joe