Something more about it ?
e.g.
The most popular event procedures, e.g.: Worksheet_Change, Worksheet_SelectionChange![]()
'... some commands Application.EnableEvents = False 'blocks the event '... some commands Application.EnableEvents = True 'activates the event '... some commands
Bookmarks