L
lynn
Have macrocode:
ActiveDocument.SaveAs FileName:="RegNo" & Format
(RegNo, "00000#)
which is part of a macro that advances the serial number
by 1, and automatically names and saves the document to
the "current" open folder (or last folder opened). How can
I run the macro to do the same, except direct the file to
a directory on the network? The FileName argument can
only include the file name or the complete path - can
these be combined and how (please show example). My
thanks and Best regards...
ActiveDocument.SaveAs FileName:="RegNo" & Format
(RegNo, "00000#)
which is part of a macro that advances the serial number
by 1, and automatically names and saves the document to
the "current" open folder (or last folder opened). How can
I run the macro to do the same, except direct the file to
a directory on the network? The FileName argument can
only include the file name or the complete path - can
these be combined and how (please show example). My
thanks and Best regards...