I have read some of the responses to similar questions regarding Worksheet_Change routines that allow macros to be activated upon change to a cell. However, when I run this, (say the following), I get a
'argument not optional' message. Can anyone help?
With thanks
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
MsgBox ("hello")
End Sub
'argument not optional' message. Can anyone help?
With thanks
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
MsgBox ("hello")
End Sub