D
David Yeager
I'm working in a document that has a different first page
header AND different odd/even page headers.
What I need to do have a footer on every page EXCEPT the
last page of a given document that says something to the
effect of "SEE NEXT PAGE". In other words, "SEE NEXT
PAGE" would happen on every page, and then on the last
page something like "END" would appear.
Since the headers/footers are already broken up, however,
I'm not sure how to due this in VBA. Also, since there
isn't really any "Pages" object or collection in VBA, I
don't know how I could run a loop that puts "SEE NEXT
PAGE" on every page but the last.
Any ideas on how I could accomplish this? TIA..
-Dave
header AND different odd/even page headers.
What I need to do have a footer on every page EXCEPT the
last page of a given document that says something to the
effect of "SEE NEXT PAGE". In other words, "SEE NEXT
PAGE" would happen on every page, and then on the last
page something like "END" would appear.
Since the headers/footers are already broken up, however,
I'm not sure how to due this in VBA. Also, since there
isn't really any "Pages" object or collection in VBA, I
don't know how I could run a loop that puts "SEE NEXT
PAGE" on every page but the last.
Any ideas on how I could accomplish this? TIA..
-Dave