R
RBM
Brief (hopefully) question here. Thanks in advance.
My goal is to write a macro that will, after having opened a series of
documents within Word, allow me to do certain actions on them
(proof-reading, printing, etc. - all to be done manually) and then,
upon closing, automatically save them to a different folder (on the
network) while deleting them from their original local folder. In
effect, therefore, part of the process of closing the document will be
to move it to a new location on a network server. I've worked out
virtually all of this, but I cannot seem to delete the file from it's
original location. I believe that this is because, even after saving
it under a new name (actually, same name but different location),
there is still a tilde-preceded reference to the file in the original
folder, thus seemingly indicating that the original file is open. As
such, I cannot delete it until I've closed it (but once it's closed
the macro that I wish to delete it will no longer be running and thus
the process won't be done seamlessly and automatically. Hopefully, I'm
making myself clear. Any ideas?
My goal is to write a macro that will, after having opened a series of
documents within Word, allow me to do certain actions on them
(proof-reading, printing, etc. - all to be done manually) and then,
upon closing, automatically save them to a different folder (on the
network) while deleting them from their original local folder. In
effect, therefore, part of the process of closing the document will be
to move it to a new location on a network server. I've worked out
virtually all of this, but I cannot seem to delete the file from it's
original location. I believe that this is because, even after saving
it under a new name (actually, same name but different location),
there is still a tilde-preceded reference to the file in the original
folder, thus seemingly indicating that the original file is open. As
such, I cannot delete it until I've closed it (but once it's closed
the macro that I wish to delete it will no longer be running and thus
the process won't be done seamlessly and automatically. Hopefully, I'm
making myself clear. Any ideas?