Quote Originally Posted by SamT View Post
Run this sub just for grins, then try my advice again
Sub RestoreApplication()
With Application
  .DisplayAlerts = True
  .Calculation = xlCalculationAutomatic
  .EnableEvents = True
  .CutCopyMode = False
  .ScreenUpdating = True
End With
End Sub
Sam,

I ran only the above and it runs but nothing happens even when I press F8. What is supposed to take place or perhaps I need to run it differently. I am assigning it to the "reset" button and pressing the "reset button" This is the "only" Macro in the module

Even when I go to the module and hit run, it runs but does nothing?

Thanks