Hi Julia,
The macro button field won't work without a macro to perform
that actions. On looking at what Word 2002/2003 offers you, I
have to assume Microsoft expects that using a built-in
command will work, and the Help seems to indicate that, as
well. But as far as I can see, it does not.
Change the name of the macro the button should run to
UpdateDocFields and copy the following macro to your
Normal.dot template
Sub UpdateDocFields()
ActiveDocument.Fields.Update
End Sub
> Hi - I just discovered that under Insert, Field there is a
> macrobutton option. When I tried to use it (I wanted to
[quoted text clipped - 6 lines]
> the macrobutton to update fields (which is one of the
> macro button choices), but it does nothing.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.mvps.org/word
This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :-)