Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code
This will uppercase the first letter of a every word in a string. For Example "this is a string" -> "This Is A String".
You need only 1 line of code.
Rate Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code
(4(4 Vote))
'Here it is (example with msgbox)
MsgBox StrConv("do you think this is usefull ? i do.", vbProperCase)
Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code Comments
No comments yet — be the first to post one!
Post a Comment