Change Case default

R

Rich Sagall

I am runing Office 2004 on a Mac. I am looking for a way to chagne the
default setting of the Change Case commant. It is set to UPPERCASE and I
want to change it to Title Case. Is this possible?

Thanks
 
B

Barry Wainwright [MVP]

I am runing Office 2004 on a Mac. I am looking for a way to chagne the
default setting of the Change Case commant. It is set to UPPERCASE and I
want to change it to Title Case. Is this possible?

Thanks

In Word, I presume?

I can't change the default, but if you just type 'l' (for lowercase) when
the dialog opens, the lowercase radio button will highlight. Same for
(S)entence Case, (U)pper Case, (T)itle case, but, unfortunately, not
(T)oggle Case.
 
C

CyberTaz

Hi Rich-

I can't tell you how to change it either because contrary to the impression
given by the feature, UPPER CASE is not really the default. It appears to
be context sensitive based on the currently selected text.

If you select a string with _no_ UC characters the preset when you go into
the dialog box is Title Case... Unless there is end punctuation selected as
well, in which case the preset is Sentence case. If , as is usually the
case, there is at least one UC character anywhere in the selected string the
preset will be UC regardless of end punctuation.

Regards |:>)
 
P

Paul Berkowitz

In Word, I presume?

I can't change the default, but if you just type 'l' (for lowercase) when
the dialog opens, the lowercase radio button will highlight. Same for
(S)entence Case, (U)pper Case, (T)itle case, but, unfortunately, not
(T)oggle Case.

"g" works for tO(G)GLE cASE. You can also set a keyboard shortcut for the
Change Case dialog itself via Tools/Customize/Keyboard and
Format/FormatChangeCase.

--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
J

JE McGimpsey

I am runing Office 2004 on a Mac. I am looking for a way to chagne the
default setting of the Change Case commant. It is set to UPPERCASE and I
want to change it to Title Case. Is this possible?

Alternatively, you could always assign a macro like this to a button or
keyboard shortcut:

Public Sub SelectionToTitleCase()
Selection.Range.Case = wdTitleWord
End Sub
 

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