View Single Post
  #3   Report Post  
Posted to microsoft.public.word.newusers
M Skabialka M Skabialka is offline
external usenet poster
 
Posts: 20
Default Change the case of text in office 2007

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

"jiten vaidya" jiten wrote in message
...
i need to change the case of txte in word 2007 ..
like
home- HOME Home hOME
like this