IN THIS ARTICLE
Do you need to automatically change a cells text to Proper, Upper, or Lower case after the user enters it? There are multiple way to accomplish this, and multiple requirements possible. Here is an example that automatically changes everything after it’s entered in a particular column. Hopefully you can build from this example!
1. Press ALT and F11 to open the code window
2. Double click the sheet name you want to automatically
change case
3. Put this code in the code window:
Change Text to Proper Case
Code for Proper case
Change Text to Upper Case
For Upper case you can change
to
Change Text to Lower Case
For Lower case you can change
to
1
|
Lcase(Target)
|
0 komentar:
Posting Komentar