Proper() will cap the 1st letter of every word, not just the 1st word
perhaps something like this?
=SUBSTITUTE(A2,LEFT(A2,1),UPPER(LEFT(A2,1)))
Proper() will cap the 1st letter of every word, not just the 1st word
perhaps something like this?
=SUBSTITUTE(A2,LEFT(A2,1),UPPER(LEFT(A2,1)))
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks