Format Mixed Case

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top