L
lynn
This is a repost...
Have macrocode for serializing a document... which
includes the following code:
ActiveDocument.SaveAs FileName:="RegNo" & Format
(RegNo, "00000#")
which automatically names the document and saves it (which
is part of the requirement)to the current (or last opened)
folder. The FileName argument can only include the "file
name" or the "complete path".
The question: how can I write the code to get the "named"
and "saved as" file to save to a generic folder off
the "C" drive or a folder out on the the network?
Example please? (am example challenged...) Thanks and
best regards
Have macrocode for serializing a document... which
includes the following code:
ActiveDocument.SaveAs FileName:="RegNo" & Format
(RegNo, "00000#")
which automatically names the document and saves it (which
is part of the requirement)to the current (or last opened)
folder. The FileName argument can only include the "file
name" or the "complete path".
The question: how can I write the code to get the "named"
and "saved as" file to save to a generic folder off
the "C" drive or a folder out on the the network?
Example please? (am example challenged...) Thanks and
best regards