DESCRIPTION:
Formats the text of the SourceValue so that the first word of the sentence is capitalised
EXAMPLE:
ValueOrigin: "the company connects software".
ValorProcessed: "The Company Connects Software".
CONFIGURATION:
Value | Value2 | Relation | Relationship2 | Operation | Factor |
Type of prayer | |||||
CODE:
SourceValue = StrConv(SourceValue, VbStrConv.ProperCase)
ProcessValue = SourceValue.Replace("'", """)