G
Guest
Is there a way to change a document's default printing so that it will not print the header and footer?
No. You can however format the elements of the header as hidden (or better
still coloured white so they don't free the space they occupied)
Bob said:Actually, I think that you can set the default printing to be without
headers or footers, as long as the document has only one section and
you are willing to do a fair amount of work.
Write a macro that selects everything except the last paragraph mark
and then prints the selection. Name the macro to override the print
function. Store the macro in the document.
It is probably not a good idea, but it could be done...
Bob S