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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top