J
John Fuller
Is there anyway to get excel to re-enable application events after i
close a workbook.
Right now I have in some code:
Application.EnableEvents = False
ThisWorkbook.Close
Application.EnableEvents = True
However, the enableevents never gets set back to true as the sub stops
running when excel closes. Any help is appreciated.
close a workbook.
Right now I have in some code:
Application.EnableEvents = False
ThisWorkbook.Close
Application.EnableEvents = True
However, the enableevents never gets set back to true as the sub stops
running when excel closes. Any help is appreciated.