View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John
 
Posts: n/a
Default Howeractivate Excel after a macro failure

To improve performance, at the beginning of my macros, I do
DoNotPopulate = True
Application.ScreenUpdating = False
and restore these at the end. How do I manually re-enable excel sheet
operation if the macro fails before completion? Ctl-Brk or Run - Reset is no
help.