PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of each word

CodeFunctionName
What is this?

Public

Tested

Imported
Function PCase(String1)
PCase=StrConv(String1, vbProperCase)
End Function
Function ProperCase(String1)
ProperCase=StrConv(String1, vbProperCase)
End Function

String1

Views 3,856

Downloads 1,475

CodeID
DB ID