mark hansen
Well-known Member
- Joined
- Mar 6, 2006
- Messages
- 534
- Office Version
-
- 2016
- Platform
-
- Windows
I'm using a Select Case statements with the Select Case ActiveCell.Column to get the number. The each case has the number to have that code take effect.
Is there a way to allow me to use the Case statements such as CASE "AA".
Its not hard to get the column number, but it would be easier to use column header label rather than the column number. It would also make the code easier to read.
Is there a way to allow me to use the Case statements such as CASE "AA".
Its not hard to get the column number, but it would be easier to use column header label rather than the column number. It would also make the code easier to read.