Lindie
I have already replied to your posting in another thread on this very same
newsgroup. If you go up one message you'll see it.
- Malc
> *From:* Lindie@magichans.com (lindie)
> *Date:* 15 Jan 2005 02:44:44 -0800
[quoted text clipped - 34 lines]
>
> Lindie
Add a line ActiveDocument.Fields.Update to you OK routine. Or if you have
REF fields in the headers and footers, you can use
ActiveDocument.PrintPreview
ActiveDocument.ClosePrintPreview
as a quick way of getting the fields to update. The alternative is to
Update the Fields in the Range of each Header and Footer in each Section of
the document.

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
>I am very proud having put together my first Userform thanks to
> tutorials on the MVP site
[quoted text clipped - 31 lines]
>
> Lindie
Lindie - 22 Jan 2005 00:40 GMT
Many thanks Doug, that worked fine: I used the Print Preview option. a
neat trick.
Lindie
> Add a line ActiveDocument.Fields.Update to you OK routine. Or if you have
> REF fields in the headers and footers, you can use
[quoted text clipped - 5 lines]
> Update the Fields in the Range of each Header and Footer in each Section of
> the document.