Let the code insert the text at the bookmark, as in the tutorial. At all the
other places where you want the text repeated, insert REF fields that all
refer to the name of the bookmark. Before exiting the code, run the
statement
ActiveDocument.Fields.Update
If any of the REF fields are in headers, footers, footnotes, endnotes --
anywhere except in the body of the document -- you'll need a bit more code
to update them.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
> I posted a message somewhere* on this board yesterday about how to
> develop a wizard. Doug Robbins suggested I read
[quoted text clipped - 16 lines]
> when searching keywords, I can't find my original post! Hence, the
> new thread.
technogenii - 14 Oct 2005 16:29 GMT
You guys are fantastic! Thank you. It worked like a charm.
One of the places that the bookmark needs to be updated is indeed in the
footer. Could you please direct me to a tutorial where I could get that bit
of code please.
I have been trying to look through the tutorials (e.g.: I'm stuggling with
ComboBox but I'm determined to figure some stuff out myself!) but sometimes
it's hard to find an answer until you know what you are looking for.
Thanks again,
Kristina
> Let the code insert the text at the bookmark, as in the tutorial. At all the
> other places where you want the text repeated, insert REF fields that all
[quoted text clipped - 27 lines]
> > when searching keywords, I can't find my original post! Hence, the
> > new thread.