Format Mixed Case

A

Allen Browne

StrConv() is capable of converting case.

In practice, though, the best idea is to teach the user how to use the Shift
and CapsLock keys. Otherwise You will upset lots of people such as McDonald,
O'Brien, van Leen, and ABC Corporation, not to mention abbreviations such as
NY.
 
G

grep

Allen said:
StrConv() is capable of converting case.

In practice, though, the best idea is to teach the user how to use the Shift
and CapsLock keys. Otherwise You will upset lots of people such as McDonald,
O'Brien, van Leen, and ABC Corporation, not to mention abbreviations such as
NY.
Well, at least for NY, you could do something like, State =
Ucase(State), but for the other one's you're right...

grep
 
Top