Using Word 2007
When using the \* Caps switch in a multi word text field, is there a way to
avoid capitalizing short words like 'and' or 'of'?
TIA
David
|
|
0
|
|
|
|
Reply
|
Utf
|
2/13/2010 7:14:01 PM |
|
I doubt that this is possible.
--
Stefan Blom
Microsoft Word MVP
"Compass Rose" <CompassRose@discussions.microsoft.com> wrote in message
news:AF55A93D-5481-4209-85FE-42523AE8BDB2@microsoft.com...
> Using Word 2007
>
> When using the \* Caps switch in a multi word text field, is there a way
> to
> avoid capitalizing short words like 'and' or 'of'?
>
> TIA
> David
|
|
0
|
|
|
|
Reply
|
Stefan
|
2/13/2010 8:14:10 PM
|
|
As Stefan indicates the answer is no. You cannot format part of a field.
Word's title case is not that selective either.
If this was a form field that you wanted to format on exit or a piece of
selected text, you could use a macro run on exit from the form field or
manually on the selected text - see the example code at
http://www.gmayor.com/word_vba_examples.htm.- 'True Title Case' . Note that
if this is a protected form, then you will and need to make the selection
range the form field result and add code to unprotect and re-protect the
form to allow it to be formatted
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"Compass Rose" <CompassRose@discussions.microsoft.com> wrote in message
news:AF55A93D-5481-4209-85FE-42523AE8BDB2@microsoft.com...
> Using Word 2007
>
> When using the \* Caps switch in a multi word text field, is there a way
> to
> avoid capitalizing short words like 'and' or 'of'?
>
> TIA
> David
|
|
0
|
|
|
|
Reply
|
Graham
|
2/14/2010 6:58:52 AM
|
|
Thank you both for your help.
David
"Graham Mayor" wrote:
> As Stefan indicates the answer is no. You cannot format part of a field.
> Word's title case is not that selective either.
>
> If this was a form field that you wanted to format on exit or a piece of
> selected text, you could use a macro run on exit from the form field or
> manually on the selected text - see the example code at
> http://www.gmayor.com/word_vba_examples.htm.- 'True Title Case' . Note that
> if this is a protected form, then you will and need to make the selection
> range the form field result and add code to unprotect and re-protect the
> form to allow it to be formatted
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
>
> "Compass Rose" <CompassRose@discussions.microsoft.com> wrote in message
> news:AF55A93D-5481-4209-85FE-42523AE8BDB2@microsoft.com...
> > Using Word 2007
> >
> > When using the \* Caps switch in a multi word text field, is there a way
> > to
> > avoid capitalizing short words like 'and' or 'of'?
> >
> > TIA
> > David
>
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
2/15/2010 2:42:01 AM
|
|