View Single Post
 
Old 06-14-2012, 06:14 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

A Print Preview is unnecessary. Since you're using vba, all you need to update all cross-references in a document is a single .Fields.Update command.

Furthermore, if you were to be inputting data manually into a formfield whose 'calculate on exit' property is checked, any cross-references to the formfield's internal bookmark would update immediately the formfield is exited without the need for any code at all.

For more information on data replication in Word, see: http://gregmaxey.com/word_tip_pages/repeating_data.html
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote