how can i convert upper class letters to lower class letters

Y

yasmin

how can i convert upper class letters to lower class letters
thank u
cud u plz get back 2 me ASAP, as it is urgent...

yasmin
 
J

Jay Freedman

how can i convert upper class letters to lower class letters
thank u
cud u plz get back 2 me ASAP, as it is urgent...

yasmin

Select the letters, go to the Format menu, and choose Change Case.
Select "lower case" in the dialog and click OK.

The shortcut for this is Shift+F3.

By the way, the word you meant is "case", not "class".

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
J

Jezebel

in VBA --

Method 1: Subtract 32 from the ascii value: chr(asc(char)-32)
[most people have forgotten that case is a bit setting]

Method 2 (simpler): use UCase$()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top