Hi there,
My word users have the ceckbox "Update Fields" on the Print tab of
Options marked, because some documents need it.
But for some other documents I need to uncheck this box, so: How can I
uncheck that option from a Macro or VBA Sub ?
Thanks,
Marc.
Helmut Weber - 10 Jan 2006 12:45 GMT
Hi Marc,
basically it is:
options.UpdateFieldsAtPrint = false

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
TeLeNiEkO (Marc Fargas) - 10 Jan 2006 12:48 GMT
Thanks a lot Helmut, gonna try it now!
See you!
Marc.
Helmut Weber - 10 Jan 2006 12:51 GMT
Hi Marc,
... and how to find out yourself?
See:
http://word.mvps.org/faqs/macrosvba/ModifyRecordedMacro.htm
HTH
Helmut Weber
Stefan Blom - 10 Jan 2006 13:38 GMT
Another approach is to lock the fields that you don't want to update.
Just select them and press Ctrl+F11. (If you later want to unlock
them, select them and press Ctrl+Shift+F11.)

Signature
Stefan Blom
Microsoft Word MVP
> Hi there,
> My word users have the ceckbox "Update Fields" on the Print tab of
[quoted text clipped - 5 lines]
> Thanks,
> Marc.