C
Chip Orange
I'm creating a template for a document which will be very complex and have
many sections. I'm going to have to implement in vba ways for the user to
create, move, or delete a section, and each section will have its own
particular headers/footers. Therefore, I'm creating and moving each section
with its following section-nextpage code.
This is causing me to end up with a blank page at the end of the document.
The user can print anywhere in this process, and so in order to prevent the
blank page from being printed I thought I would have to intercept the print
commands and print all but the last section.
Is there a better way of handling this?
thanks.
Chip
many sections. I'm going to have to implement in vba ways for the user to
create, move, or delete a section, and each section will have its own
particular headers/footers. Therefore, I'm creating and moving each section
with its following section-nextpage code.
This is causing me to end up with a blank page at the end of the document.
The user can print anywhere in this process, and so in order to prevent the
blank page from being printed I thought I would have to intercept the print
commands and print all but the last section.
Is there a better way of handling this?
thanks.
Chip