drewbsking
New Member
- Joined
- Nov 3, 2011
- Messages
- 34
Can anyone please tell me why the heck this does not work?
Thanks!
Code:
If ActiveCell.Column <> 51 Or ActiveCell.Column <> 52 Then
MsgBox "You can not edit this column.", vbCritical, "For your safety..."
Else
CODEact
End If
Thanks!