Hi everyone! Good Friday
I wanted to kindly ask you if you could help me with the following problem:
I have such a string in all caps.
Eg. MARIO ROSSI
And I need to turn her into Mario Rossi.
What can I do?
Thank you
Hi everyone! Good Friday
I wanted to kindly ask you if you could help me with the following problem:
I have such a string in all caps.
Eg. MARIO ROSSI
And I need to turn her into Mario Rossi.
What can I do?
Thank you
StrConv(“MARIO ROSSI”, VbStrConv.ProperCase)
“Mario Rossi”
Perfect!! Thanks!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.