G
Gordon Filby
Hello,
I run a small Internet business correcting and reviewing scientific
manuscripts for non-native English speakers. All the work comes exclusively
by e-mail attachment. To streamline workflow, I would like to be able to
send these attachments - they're almost exclusively MS Word files, so that
each document "knows" its own, home address, i.e. file path and document
name. The idea is that when a file is returned by an author for further
correction or checking. All I need do is click a button to runs ome VBA code
to change the filename and save it to its home address. I prefer to do this
using VBA code but I don't want to use a macro inside the file as I suspect
that my clients will be unhappy about it. Also the client should not see
this jiggery-pokery - some of them are very sensitive to unrequested
alterations to their documents. I had thought of inserting a document
variable containing this path, but I'm not quite sure how to do it. Has
anyone an idea? Many thanks in advance.
General information: all files leaving my office are renamed to
AnyName_EDIT.doc and authors are requested not to change this. Files
returned to me are renamed AnyName_RECHKn (n=1 to number of rechecks) and
returned to their authors
Gordon Filby
I run a small Internet business correcting and reviewing scientific
manuscripts for non-native English speakers. All the work comes exclusively
by e-mail attachment. To streamline workflow, I would like to be able to
send these attachments - they're almost exclusively MS Word files, so that
each document "knows" its own, home address, i.e. file path and document
name. The idea is that when a file is returned by an author for further
correction or checking. All I need do is click a button to runs ome VBA code
to change the filename and save it to its home address. I prefer to do this
using VBA code but I don't want to use a macro inside the file as I suspect
that my clients will be unhappy about it. Also the client should not see
this jiggery-pokery - some of them are very sensitive to unrequested
alterations to their documents. I had thought of inserting a document
variable containing this path, but I'm not quite sure how to do it. Has
anyone an idea? Many thanks in advance.
General information: all files leaving my office are renamed to
AnyName_EDIT.doc and authors are requested not to change this. Files
returned to me are renamed AnyName_RECHKn (n=1 to number of rechecks) and
returned to their authors
Gordon Filby