G
Gary Schuldt
VBA Help says using the vbProperCase option in the StrConv function converts
the first letter of every word to uppercase.
The surprise is that it converts all other characters to lower case!
This is an *unpleasant* surprise in my application, because it changes
"O'Malley" to "O'malley", which I don't want.
I just want a function to capitalize the first letter of each word and leave
the other letters alone. Anyone know of such a function so I don't have to
code it myself?
Gary
the first letter of every word to uppercase.
The surprise is that it converts all other characters to lower case!
This is an *unpleasant* surprise in my application, because it changes
"O'Malley" to "O'malley", which I don't want.
I just want a function to capitalize the first letter of each word and leave
the other letters alone. Anyone know of such a function so I don't have to
code it myself?
Gary