as a caption it need to be a capital letter. However, when inserting
into text then it may not need to be a capital letter. Yes I can
change it to a lower case but when I update the fields or reload the
doc it turns back to a capital letter.
In summery, how to I maintain the control of choosing a lower or
uppercase character at the beginning of a caption reference in text but
also maintain it format after field updated and also allow the caption
to be in capital all the time?
Cheers
Wayne
Press Alt+F9 to display field codes. To each REF field (which are used
for cross-references), add \* lower. For example: Change
{ REF _Ref146948309 } to { REF _Ref146948309 \* lower \h }. When you
are done, make sure to select the whole document and then press F9 to
update fields. Press Alt+F9 again to hide field codes.
You can use find and replace to automate this: First, type \* lower
in a document and then cut it to the clipboard. Make sure that field
codes are displayed, and then, on the Edit menu, click Replace. In the
Find and Replace dialog box, click More to display all options. Check
the "Use wildcards" option. In the "Find what" box, type <REF *>. In
the "Replace with" box, type ^&^c. Then click Replace All.
Note, however, that the find and replace described above will add
\* lower to ANY cross-reference field, not just to figure captions.

Signature
Stefan Blom
Microsoft Word MVP
> Hi
>
[quoted text clipped - 14 lines]
>
> Wayne
Stefan Blom - 25 Sep 2006 11:19 GMT
> For example: Change
> { REF _Ref146948309 } to { REF _Ref146948309 \* lower \h }.
Correction:
{ REF _Ref146948309 \h } to { REF _Ref146948309 \* lower \h }.
In other words, you don't have to add the \h switch if it isn't
present in the field code in the first place... :-)

Signature
Stefan Blom
Microsoft Word MVP
WAYNEL - 26 Sep 2006 12:42 GMT
Hi Stefan
Thanks, works perfect. Do you know of any newer versions of word that
will have this in as a menus option?
Cheers
WayneL
> > For example: Change
> > { REF _Ref146948309 } to { REF _Ref146948309 \* lower \h }.
[quoted text clipped - 4 lines]
> In other words, you don't have to add the \h switch if it isn't
> present in the field code in the first place... :-)
Stefan Blom - 27 Sep 2006 08:22 GMT
You are welcome.
Word 2007 changes everything in the user interface, but, no, I don't
know if this particular thing is changed. You could post it as a
suggestion via the web interface for newsgroups at
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.
public.word.docmanagement&cat=en_US_ce704816-2055-4ee8-a8f1-2496ab2e29d3&lang=en
&cr=US.

Signature
Stefan Blom
Microsoft Word MVP
> Hi Stefan
>
[quoted text clipped - 13 lines]
> > In other words, you don't have to add the \h switch if it isn't
> > present in the field code in the first place... :-)