Change the case of text in office 2007

G

Guest

i need to change the case of txte in word 2007 ..
like
home->> HOME >> Home >> hOME
like this
 
L

Luc

Jiten vaidya,
Try selecting the text and hitting Shift+F3 to change case.
Home - Font chunk - Change Case (right next to super/subscript).
 
M

M Skabialka

I do this so often that I created a macro to do it, and put a button for it
on one of my toolbars. I highlight the text and hit the macro button until
I have the right change case look. This was Word 2003 though...

Sub ChangeCase()
'
' ChangeCase Macro
Selection.Range.Case = wdNextCase

End Sub

Mich
 

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