Click to See Complete Forum and Search --> : A function?


AndyK
October 20th, 2001, 11:39 PM
There was a function in VB to check for correct sentence syntax (like first letter is capitalized, and so on). I'm going to write my own checksyntax function, but I need to know the name of the other one. Thanks.

d.paulson
October 21st, 2001, 09:07 AM
Text1 = StrConv(Text1, vbProperCase)

David Paulson