R
Richard
Hi
I have a form.doc (A) which I need to e-mail to 3rd parties without the code
to reduce file size.
Code has been written to copy the text from the form to a new document (B),
which I then need to save to enable it to be e-mailed via Outlook.
The original document (A) is still the activeDocument, but to save the new
one (B), (B) needs to be the activeDocument for the code:
ActiveDocument.Save
to work.
So, How do I make (B) the ActiveDocument (Which is not saved) & later make
(A) the activeDocument to perform further tasks?
Templates (.dot) are deliberately not being used as references get lost when
files are moved in a big organisation.
All contributions gratefully received.
Thanks - Richard
I have a form.doc (A) which I need to e-mail to 3rd parties without the code
to reduce file size.
Code has been written to copy the text from the form to a new document (B),
which I then need to save to enable it to be e-mailed via Outlook.
The original document (A) is still the activeDocument, but to save the new
one (B), (B) needs to be the activeDocument for the code:
ActiveDocument.Save
to work.
So, How do I make (B) the ActiveDocument (Which is not saved) & later make
(A) the activeDocument to perform further tasks?
Templates (.dot) are deliberately not being used as references get lost when
files are moved in a big organisation.
All contributions gratefully received.
Thanks - Richard