Hi all,
In an article http://word.mvps.org/FAQS/Formatting/WorkWithSections.htm it
is described how things work using Insert File. Is there a difference in
functionality between Word2003 compared to Word2000? I want the scenario
that, if I have a blank document and insert a second document, with
different page formatting, into the blank one, the first document should
adopt the formatting of the inserted document. But in my 2003-version the
formatting in the document remains intact after inserting the second
document.

TIA,
Peeter

RE: Formatting while using Insert File by Rob

Rob
Tue Mar 13 10:55:08 CDT 2007

In Word 2003 this works for me.

In the document to be inserted, add a section break (continuous) at the very
top. Save it.

In the document to be inserted into, add two section breaks. Then insert the
other doc into it like this:

============Section Break (Continuous)================
>Insert other doc here
============Section Break (Continuous)================

Then delete the section breaks. To do this in code takes some fooling with.


Re: Formatting while using Insert File by Mo

Mo
Thu Mar 15 16:23:34 CDT 2007

Thanks! I´ll try it out.

"Rob" <Rob@discussions.microsoft.com> wrote in message
news:A8395F4A-D941-4B34-97D3-B3E4AACCA246@microsoft.com...
> In Word 2003 this works for me.
>
> In the document to be inserted, add a section break (continuous) at the
> very
> top. Save it.
>
> In the document to be inserted into, add two section breaks. Then insert
> the
> other doc into it like this:
>
> ============Section Break (Continuous)================
>>Insert other doc here
> ============Section Break (Continuous)================
>
> Then delete the section breaks. To do this in code takes some fooling
> with.
>