Hello all,

Is there any way to copy each page of a document separately from the
header and footer?

In my code when I use:

Selection.Bookmarks("\page").Range.FormattedText

it selects both the text in the page and its header and footer. I want
to store the formatted text of a page and its header and footer in
separete files.

thanks
mona

Re: copying each page of a dcument by Doug

Doug
Mon Jul 14 17:13:08 PDT 2008

That does not happen here.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Mona" <monireh.moha@gmail.com> wrote in message
news:777f9e63-ffc3-4040-afbf-ba6470807aba@d77g2000hsb.googlegroups.com...
> Hello all,
>
> Is there any way to copy each page of a document separately from the
> header and footer?
>
> In my code when I use:
>
> Selection.Bookmarks("\page").Range.FormattedText
>
> it selects both the text in the page and its header and footer. I want
> to store the formatted text of a page and its header and footer in
> separete files.
>
> thanks
> mona