Hi,
I am working on an app which (among other things) is resonsible for
making a PDF of Word docs. That PDF part is fine.
The problem is, the Word docs often contains OLE links for which the
source is not available. When my print routine opens these docs, the
links are converted to "Error! Not a valid link." in the same way that
happens when I choose 'Update Links' when opening a Word doc that
contains missing links, through Word.
My printing routine is very simple. I just call Open(),
PutActivePrinter() amd PrintOut(). My question is: is there any way to
open a word doc in VBA and force Word to explicitly not update links?
Thx in advance.
Peter