![]() |
|
#3
|
||||
|
||||
|
There are no loops in the code, so the idea that it's looping is mistaken. However, you also mention updating links. Link update performance can be seriously affected by whether the updates are being done over a network. And, of course, if the path to the data is different on the user's PC, Word quite possibly won't be able to find the source find to do the updates from.
FWIW, the macro could be made much more efficient: Code:
Private Sub CommandButton1_Click() Application.ScreenUpdating = False With Activedocument .Fields.Update .PrintPreview .ClosePrintPreview End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wrong hyphenation | NobodysPerfect | Word | 1 | 02-04-2014 05:46 AM |
Open With (Boy I did something wrong)
|
lostsoul62 | Word | 1 | 12-27-2011 07:29 PM |
Demo gone wrong
|
RyanNIF | Publisher | 1 | 10-19-2011 05:55 AM |
| column break what am I doing wrong? | oaty | Word | 0 | 08-12-2010 10:15 AM |
PLEASE HELP-wrong formatting????
|
bruce | Word | 10 | 04-10-2010 03:45 PM |