A
Andre Croteau
Hello,
I am trying to adapt a VBA code seen in these newsgroups, and modify the
following condition to be able to choose more than one column reference:
If Target.Column <> 1 Then Exit Sub
The previous command says if my selection is NOT in Column A, then exit
I would like the command to state if not Column A, N, P and from AA to AM
then exit
I'm not sure of the syntax, I tried a few things, but was incorrect.
Can someone help, please?
Thanks
André
I am trying to adapt a VBA code seen in these newsgroups, and modify the
following condition to be able to choose more than one column reference:
If Target.Column <> 1 Then Exit Sub
The previous command says if my selection is NOT in Column A, then exit
I would like the command to state if not Column A, N, P and from AA to AM
then exit
I'm not sure of the syntax, I tried a few things, but was incorrect.
Can someone help, please?
Thanks
André