J
JP
I would like a macro to run only if the active cell is in a specific column.
I have tried:
If ActiveCell.Column="X" Then
run macro etc
End If
But this does not work.
I think the syntax above is incorrect. Would appreciate help in correcting
this.
JP
I have tried:
If ActiveCell.Column="X" Then
run macro etc
End If
But this does not work.
I think the syntax above is incorrect. Would appreciate help in correcting
this.
JP