StrConv « String Functions « VBA / Excel / Access / Word






1.vbUpperCase: Converts the given string to uppercase characters.
2.vbLowerCase: Converts the given string to lowercase characters.
3.vbProperCase: Converts the given string to propercase (aka title case-the first letter of every word is capitalized).
4.vbUnicode: Converts the given string to Unicode using the system's default code page.
5.vbFromUnicode: Converts the given string from Unicode to the system's default code page.
6.StrConv: vbLowerCase
7.StrConv: vbUpperCase
8.StrConv: vbProperCase