M
MLT
I have the following generic code to spot when a cell is changed in a
single worksheet:
Private Sub Worksheet_Change(ByVal Target As Range)
Msgbox Target.Address
End Sub
Is there such thing as a sort of "Workbook_Change" so that any cell in
any sheet of the workbook will still trigger the msgbox?
single worksheet:
Private Sub Worksheet_Change(ByVal Target As Range)
Msgbox Target.Address
End Sub
Is there such thing as a sort of "Workbook_Change" so that any cell in
any sheet of the workbook will still trigger the msgbox?