DESCRIPTION:
Format the text of the SourceValue so that all characters are uppercase
EXAMPLE:
ValueOrigin: "the company connects software".
ValorProcessed: "THE COMPANY CONNECTS SOFTWARE".
CONFIGURATION:
Value | Value2 | Relation | Relationship2 | Operation | Factor |
Type Minuscule | |||||
CODE:
SourceValue = StrConv(SourceValue, VbStrConv.Lowercase)
ProcessValue = SourceValue.Replace("'", """)