vba word question

grizzlyjdw2

Registered User.
Local time
Yesterday, 21:05
Joined
Feb 26, 2009
Messages
22
I have a report that i am trying to email out in word, which is working fine. My question is, is there any way to specify a certain file to add the report to? For example i have a word docuemnt already created that i want to add the report to the bottom of.

Thanks in advance :)
 
i see nobody has picked up on your question.

How are you creating your word document at the moment?

If it was important to me that it was added to an existing document at a cetain place in this document I would do the following;


  1. create (hidden) the first word document from the report;
  2. open (hidden) the existing word document;
  3. move to special place in existing word document;
  4. go back to first document and copy all text;
  5. go to existing and paste;
  6. close first without saving
  7. show exisiting/save exisiting somewhere etc
 

Users who are viewing this thread

Back
Top Bottom