Excel VBA Column
Hi,
This is about Excel VBA.
How do I detect if the active cell is in Column A or not ?
My pseudo code is like this:
If any active cell is selected within Column A then
Process normally
else 'current active cell is in other columns
MsgBox "You are not in Column A", 16
please help. thanks.
Regards,
Magix
|