Hi all,
My worksheet_change code is not working at all, and I can't figure out why. I've tested even the most basic worksheet_change code, and it's still not firing:
Am I missing something blatant in the code here, or is there an excel setting that's not configured correctly? All of my other macros are working fine.![]()
Private Sub Worksheet_Change(ByVal Target As Range) MsgBox "You changed " & Target.Address End Sub
Thanks in advance,
Jeff
Bookmarks