Hi Dave,
If these are the same Excel cells you're referencing each time, simply copying them once into Word with Edit|Paste Special and
checking the 'Link' option will set the links up permanently. Then all you'll need to do is to refresh them periodically, which is
as simple as opening the Word document.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> Hi Bill,
>
[quoted text clipped - 14 lines]
>> MVP - Microsoft Excel, Oxford, England
>> No email replies please - respond to newsgroup
Dave - 12 Nov 2007 05:49 GMT
Hi macropod,
Thanks for your response.
Yes, that's how we had them set up, and they worked fine in a semi-
static evironment. What we were doing was stepping through a table in
Excel and updating the linked cells with each record (using VBA from
Excel), then printing the linked Word document.. In other words, we
were attempting to do a batch print job, using the Excel data and
printing it on a Word document (form).
It was this dynamic updating and refreshing that was bringing the
system to it's knees. As Bill ponted out, MailMerge was probably the
better way to go, but as it turned out, we converted the Word form to
Excel, so thus eliminated the problem.
thanks,
Dave
> Hi Dave,
>
[quoted text clipped - 28 lines]
>
> - Show quoted text -
macropod - 12 Nov 2007 07:04 GMT
Hi Dave,
For future reference, updating the links in Word by code could be as simple as 'ActiveDocument.Fields.Update'
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> Hi macropod,
>
[quoted text clipped - 49 lines]
>>
>> - Show quoted text -
Dave - 12 Nov 2007 15:24 GMT
Hi macropod,
That's what we were doing!
There was a lot of disk swapping going on while running our 'batch
print' application, it seemed like the process was maxing out the
system resources (most likely memory), even though the application
itself was quite small.
regards,
Dave
> Hi Dave,
>
[quoted text clipped - 61 lines]
>
> - Show quoted text -