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

Re: how can i convert upper class letters to lower class letters by Greg

Greg
Sun Mar 05 18:47:54 CST 2006

Select the text and shift+F3 to toggle through UC LC SC.

--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.


yasmin wrote:
> 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



Re: how can i convert upper class letters to lower class letters by Jay

Jay
Sun Mar 05 19:32:53 CST 2006

On Sun, 5 Mar 2006 16:40:29 -0800, yasmin
<yasmin@discussions.microsoft.com> wrote:

>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 FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

Re: how can i convert upper class letters to lower class letters by Jezebel

Jezebel
Mon Mar 06 02:41:26 CST 2006

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$()





"yasmin" <yasmin@discussions.microsoft.com> wrote in message
news:DB6C0895-ED25-472E-800D-7F3253F78E2C@microsoft.com...
> 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