O
OlieH
mI have at the end of my macro the following:
Application.DisplayAlerts = False
Application.ScreenUpdating = False
Application.quit
When I step through the first two statements they both stay "True"
How have I blocked by ability to reset this parameter?
The results is when I run the Application.Quit, the Macro window open and
then closes.
All help is greatly appreciated. Thank you.
Application.DisplayAlerts = False
Application.ScreenUpdating = False
Application.quit
When I step through the first two statements they both stay "True"
How have I blocked by ability to reset this parameter?
The results is when I run the Application.Quit, the Macro window open and
then closes.
All help is greatly appreciated. Thank you.