l1011driver
Board Regular
- Joined
- Dec 26, 2014
- Messages
- 68
- Office Version
- 365
- Platform
- Windows
Thanks to anyone who may be able to help.
I have two columns in a worksheet that require alphanumeric entries. The columns in which the alphanumeric data are entered are column A and column B.
Would it be possible to write a VBA code that would change the lowercase alpha characters to uppercase upon exiting the cell? For example:
Entry into Cell A3: abc123
Output: ABC123
Other columns require lowercase entries so just using the caps lock key isn't terribly convenient.
Thanks to anyone who can help.
Sincerely,
Mark Barnard
I have two columns in a worksheet that require alphanumeric entries. The columns in which the alphanumeric data are entered are column A and column B.
Would it be possible to write a VBA code that would change the lowercase alpha characters to uppercase upon exiting the cell? For example:
Entry into Cell A3: abc123
Output: ABC123
Other columns require lowercase entries so just using the caps lock key isn't terribly convenient.
Thanks to anyone who can help.
Sincerely,
Mark Barnard