K
Keith R
ok, I've been doing some manual debugging (msgboxes, breakpoints, and all
that) and it looks like one of the reasons I'm having problems is because I
have a copy of my custom template in the same directory as the child
documents I've been creating (even though I've been creating them off the
copy in the template directory).
As a result, when I open the .doc child documents, they automatically
reference the .dot in the same folder, instead of the one I put in the
template directory, which is causing all sorts of problems for me.
Is there a way to "force" .doc child documents to _first_ look to see if
the parent .dot is available in the template directory, _before_ using a
local .dot file with the same name?
I want to handle this in code, because my end users might also put their
..doc files in the same directory (or on the same floopy disk) as the
template I distribute, and I don't want them to run into these problems...
Many thanks!!
Keith R
One alternative, I suppose, is when my VBA copies the .dot into the
template directory, I could do it with a "save-as", and use a different
name, thereby keeping the .doc files from using the .dot template in the
same directory?
that) and it looks like one of the reasons I'm having problems is because I
have a copy of my custom template in the same directory as the child
documents I've been creating (even though I've been creating them off the
copy in the template directory).
As a result, when I open the .doc child documents, they automatically
reference the .dot in the same folder, instead of the one I put in the
template directory, which is causing all sorts of problems for me.
Is there a way to "force" .doc child documents to _first_ look to see if
the parent .dot is available in the template directory, _before_ using a
local .dot file with the same name?
I want to handle this in code, because my end users might also put their
..doc files in the same directory (or on the same floopy disk) as the
template I distribute, and I don't want them to run into these problems...
Many thanks!!
Keith R
One alternative, I suppose, is when my VBA copies the .dot into the
template directory, I could do it with a "save-as", and use a different
name, thereby keeping the .doc files from using the .dot template in the
same directory?