Proper
Mon 01 January 2018Syntax
Proper(string)
Description
Use the Proper function to capitalize the first letter in a text string and any other letters in a text string that follow any character other than another letter. It also converts all other letters in a text string to lowercase. Punctuation and other characters that have no case sensitivity are not changed.
Returns
Returns a String value with the first character of each word capitalized.