REF fields in Header/Footer

  • Thread starter Thread starter ~~~AAA~~~
  • Start date Start date
A

~~~AAA~~~

How can I get REF fields in the header and footer of a protected
document to update when the data is entered into the referring form
field. I have tried to do it protected and not but the REF fields don't
update. If I take them out of the header/footer and put them in the
main area, then they update. Any ideas what I am doing wrong?

Thank you!
 
Run a macro containing the following code on exit from the formfield:

ActiveDocument.PrintPreview
ActiveDocument.ClosePrintPreview


--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
 
AMAZING! The print preview solution worked flawlessly, thanks so much.
The macro list was also very helpful, thank you.
 
Back
Top