M
Mike A. Bruner
I've been using this function for a long time but it has suddenly stopped
working.
I made sure events are enabled with Application.EnableEvents = True
My test code is simply:
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Debug.Print "x"
Debug.Print Target.Address
End Sub
I tried several existing workbooks and new workbooks but still nothing.
I found nothing in the Microsoft knowledge base either.
I'm using Excel 2002 SP3-any ideas?
working.
I made sure events are enabled with Application.EnableEvents = True
My test code is simply:
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Debug.Print "x"
Debug.Print Target.Address
End Sub
I tried several existing workbooks and new workbooks but still nothing.
I found nothing in the Microsoft knowledge base either.
I'm using Excel 2002 SP3-any ideas?