A family of Microsoft word processing software products for creating web, email, and print documents.
Thanks for trying to help. I will try to be more specific with what I am trying to do.
I would like create a macro that will format a cross-reference field. Here is my typical usage.
I insert captions to figures and tables using the Insert Caption command (a button on the References ribbon). Here is an example of one of my captions:
Figure 17. Water-level response in observation wells.
Then, I use the Cross-reference button (also on the References ribbon) to insert a cross reference to that figure caption into my text. For example,
Well 5 showed a trend of gradually recovering water levels (see figure 17).
In the above sentence the "figure 17" part is the cross reference and Word calls it a 'field'. This is wonderful because if I insert or remove a figure before #17, I can simply automatically update 'fields' in the document (press F9) and the correct numbers appear in both the caption and the cross reference. That all works fine. The problem is that when I insert a cross reference, the text shows up as "Figure 17" with a capital F. I need it to be lower case f. To get it to be lower case, I do the following steps:
(1) right click on the cross reference field (the "Figure 17" in the text part of the document,
(2) chose 'Edit Field...' from the right click menu, then a window pops up
(3) click the 'Preserve formatting during updates' checkbox and
(4) click on 'Lowercase' in the 'Format:' dropdown box.
This changes the cross reference to lower case f but the caption still has the capital letter F. I want a macro activated by a keystroke that will do those last four steps.