Thursday, October 11, 2012

Convert text to proper case

 Convert text to proper case
(ex. 1st letter in each word is uppercase)
 Script Transform with the line of partial code as follows:
Row.OutputName = StrConv(Row.InputName, VBStrConv.ProperCase)

No comments:

Post a Comment