I have a template which my program adjusts via vba for the various
companies that use it. I need to have a first page with company logo
followed by data which is inserted at bookmarks. Later pages would
repeat only the inserted data at the top of the page. I'm not sure how
to do this. Seems like the company logo etc and the data that's inserted
at bookmarks must be in the header, but how to not repeat the company
logo?

Before the doc is delivered to users as a finished product the dot that
contains the custom code is defreferenced, so I can't use any vba tricks
to show or hide in the final doc (at least that's what I understand).

Currently the header with company logo etc repeats for every page.

The bookmarks and the data that gets inserted into them are immediately
below the header in the body of the doc and show only on the first page.

I need the data that's inserted at the bookmarks to repeat at the head
of every page, but no the company logo etc.

I know there is a page setup option for 'different first page' but I'm
not sure what it does, I'll be reading up on that.

Re: First page with company logo, bookmarks, other pages only bookmarks by macropod

macropod
Mon Mar 31 18:19:54 PDT 2008

Hi sandal,

If you format the document to have a 'different' first page', then the first page header can be configured to have the logo and
bookmarks, while the other page headers could simply cross-reference the bookmarks via REF fields.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"sandal" <sandal@sandal.org> wrote in message news:MPG.225ac279ec33f15f9896bf@msnews.microsoft.com...
>I have a template which my program adjusts via vba for the various
> companies that use it. I need to have a first page with company logo
> followed by data which is inserted at bookmarks. Later pages would
> repeat only the inserted data at the top of the page. I'm not sure how
> to do this. Seems like the company logo etc and the data that's inserted
> at bookmarks must be in the header, but how to not repeat the company
> logo?
>
> Before the doc is delivered to users as a finished product the dot that
> contains the custom code is defreferenced, so I can't use any vba tricks
> to show or hide in the final doc (at least that's what I understand).
>
> Currently the header with company logo etc repeats for every page.
>
> The bookmarks and the data that gets inserted into them are immediately
> below the header in the body of the doc and show only on the first page.
>
> I need the data that's inserted at the bookmarks to repeat at the head
> of every page, but no the company logo etc.
>
> I know there is a page setup option for 'different first page' but I'm
> not sure what it does, I'll be reading up on that.