Hi,
I have a private module macro
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$E$1" Then
Run "presence()"
End If
End Sub
But the macro presence is in "this worksheet" modulw
how should i call the macro presence??
Please help me
I have a private module macro
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$E$1" Then
Run "presence()"
End If
End Sub
But the macro presence is in "this worksheet" modulw
how should i call the macro presence??
Please help me