Tuesday, August 27, 2013

Enable and Disable of Excel Error Message



These alerts can be turned off by using this VBA-code:

Application.DisplayAlerts = False

After a routine you must turn on alert messages:

Application.DisplayAlerts = True

Related Posts:

0 comments:

Post a Comment