Is there a "on new page" function in vba?

S

svein.erik.storkas

I'm trying to create a function that triggers when the user writes on a
word document and reaches page 2, how can i trigger a function when
this happends?

The thing i want to do is to insert dates in the toptext.

Any ideas?
 
D

Dave Lett

Hi,

You don't need VBA for this. Use a template set up with a different first
page header. In the header for page two, insert a date field. Therefore, when
the user is using the template and gets to page two, the date field is
already there.

HTH,
Dave
 
Top