Hi friends i have a big problem... i want only the first Character to be Upper and all the rest lower and then the next name to be upper and then lower.. for eX. Geeta Lopez
Can u Plz Help Me

Recommended Answers

All 3 Replies

Here's a example on how it is done..

Dim a As String = "geeta lopez"
        MsgBox(StrConv(a, VbStrConv.ProperCase))

Hi ivatanako, thanks 4 ur answer. i have nt mention it earlier but i want any name that i type in a textbox to be like this not only ''geeta lopez".

If I understand you clearly,

StrConv(textbox1.text, VbStrConv.ProperCase)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.