![]() |
#3
|
||||
|
||||
![]()
Since you're already using macros, you might call one like the following via a Document_Open & Document_New macro in the template:
Code:
Sub UpdateFields() Application.ScreenUpdating = False With ActiveDocument .Fields.Update .PrintPreview .ClosePrintPreview End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
oshkosh | PowerPoint | 3 | 04-05-2016 06:10 AM |
Can you make templates dynamically update macros/etc. from Normal.DOT? | New Daddy | Word | 2 | 11-18-2013 09:07 AM |
Dynamically update charts from SQL Server Database | markcellis | PowerPoint | 0 | 12-26-2012 06:05 AM |
![]() |
Oliver Beirne | Word VBA | 4 | 10-19-2012 03:33 AM |
![]() |
RSchmidt | Word | 1 | 07-14-2011 04:27 PM |