This function is used to capitalize the first letter of each word.
Syntax:StringToCapitalizeWord
(StringValue)StringValue is the string that has to be capitalized.
Example:
Textbox1.Value= StringToCapitalizedWord(have a good day. see you tomorrow)
The function will return the value “Have A Good Day. See You Tomorrow”.