VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Function to change the beginning of each word to uppercase (eg. john dowe to John Dowe)

by Glran (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 10th September 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Function to change the beginning of each word to uppercase (eg. "john dowe" to "John Dowe")

Rate Function to change the beginning of each word to uppercase (eg. john dowe to John Dowe)



    UpCase = StrConv(sStrng, vbProperCase)
End Function

Download this snippet    Add to My Saved Code

Function to change the beginning of each word to uppercase (eg. john dowe to John Dowe) Comments

No comments have been posted about Function to change the beginning of each word to uppercase (eg. john dowe to John Dowe). Why not be the first to post a comment about Function to change the beginning of each word to uppercase (eg. john dowe to John Dowe).

Post your comment

Subject:
Message:
0/1000 characters