Hi everyone.I have this string "example string".Is there any method or anything else to make the first characters upper case "Example String"
Thank you for your time
Kostas
Printable View
Hi everyone.I have this string "example string".Is there any method or anything else to make the first characters upper case "Example String"
Thank you for your time
Kostas
Code:
"Example String" = Application.WorkSheetFunction.Proper("example string")
Thank you very much Paul