J
John A Grandy
what is wrong with this ? (assuming s is > 1 char long)
Dim s As String
s = s.ToUpper(s.Substring(1, 1)) & s.ToLower(s.Substring(2))
Dim s As String
s = s.ToUpper(s.Substring(1, 1)) & s.ToLower(s.Substring(2))