bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
I'm creating a macro that requires user input into pre-defined cell areas. I need only column letters from the user. In the VBA code, I'm screening the input for invalid entries.
Rather than write many IF conditions checking for blanks, numeric, length issues, etc. What would be the best approach to detect either Alpha-only or max 3 ALPHA character entries?
My problem is detecting any special characters before the macro runs.
Thanks,
Rather than write many IF conditions checking for blanks, numeric, length issues, etc. What would be the best approach to detect either Alpha-only or max 3 ALPHA character entries?
My problem is detecting any special characters before the macro runs.
Thanks,