pedromrnovaes
New Member
- Joined
- Nov 13, 2015
- Messages
- 9
I know there are answers to this on this forum, but none of them are working! It seems to work for everybody but me.
I have to run a macro when any cell in the hidden column C is selected
I am using this:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Column = 3 Then
Call abrirficha
End If
End Sub
And is absolutely, 100% not working. Is there a way?
I have to run a macro when any cell in the hidden column C is selected
I am using this:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Column = 3 Then
Call abrirficha
End If
End Sub
And is absolutely, 100% not working. Is there a way?