The reason that the macro is no longer working is that it crashed or was stopped after this line of code was run
and before this line of code was run![]()
Application.EnableEvents = False
Place this macro on the same module sheet as your Worksheet Change macro and run it manually![]()
Application.EnableEvents = True
![]()
Sub ReEnableEvents() Application.EnableEvents = True End Sub
Bookmarks