Insert a file into a document into another, after merging

  • Thread starter Thread starter kyle''s
  • Start date Start date
K

kyle''s

Hi,
I have a merge document, and what I want to do is to have the option to
insert another document as the second page within the merged document, "if
required". I also have sections with page numbering in this document as
well, so whatever way I go, it would be nice for it to update my page
numbering as well. I was thinking maybe setting a macro and placing it on my
toolbar for user to activate if needed, but was not sure how to specify where
to insert it. Or maybe someone might have a better idea of setting it up.
Any held would be greatly appreciated.
 
Assuming the page contains no merge fields, you can conditionally insert a
document or part of a document by using an IncludeText field eg {IF
condition = result "{IncludeText "C:\\Path\\filename.doc"}"} See
http://www.gmayor.com/formatting_word_fields.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top