R
rVo
I'm trying to create a macro that sets the headers for a document in the
following way:
- Odd & even pages have different headers (no problem here);
- The first 2 pages of the document should not contain any headers (these
pages make up section 1 of the document) (problem here);
- Page numbering should start from 1 on the third page (which is the first
page of section 2) (no problem here);
- The remaining pages of the document are in various sections.
The problem so far is that I can't get this to work in any way (not even
manually). I always end up with a header on page 2 (but not on page 1,
although I mentioned that the first page should not be threated special.)
I'd be very happy with code advice or anything that enables me to create a
correct situation manually first.
Kind regards,
rVo
following way:
- Odd & even pages have different headers (no problem here);
- The first 2 pages of the document should not contain any headers (these
pages make up section 1 of the document) (problem here);
- Page numbering should start from 1 on the third page (which is the first
page of section 2) (no problem here);
- The remaining pages of the document are in various sections.
The problem so far is that I can't get this to work in any way (not even
manually). I always end up with a header on page 2 (but not on page 1,
although I mentioned that the first page should not be threated special.)
I'd be very happy with code advice or anything that enables me to create a
correct situation manually first.
Kind regards,
rVo