J
Joe W
I've tried these three fuctions below plus several others). When I change a
field nothing happens. I simply want a function to run when there is a
change in a given field on a worksheet in a workbook. What am I doing
wrong?
Thanks,
Joe W
Workbook_SheetChange(ByVal Sh As Object, ByVal Source As Range)
MsgBox "aaa"
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
MsgBox "aaa"
End Sub
'Private Sub Worksheet_Change(ByVal Target As Range)
' MsgBox "aaa"
'End Sub
field nothing happens. I simply want a function to run when there is a
change in a given field on a worksheet in a workbook. What am I doing
wrong?
Thanks,
Joe W
Workbook_SheetChange(ByVal Sh As Object, ByVal Source As Range)
MsgBox "aaa"
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
MsgBox "aaa"
End Sub
'Private Sub Worksheet_Change(ByVal Target As Range)
' MsgBox "aaa"
'End Sub