Can someone confirm my understanding, does the following code mean whenever any cell in the spreadsheet changes this macro will be executed!
If my understanding is correct, what does the following do?![]()
Private Sub Worksheet_Change(ByVal Target As Range) end Sub
Thank you in advance,![]()
Application.EnableEvents = False
+HZ
Bookmarks