Quote:
Originally Posted by derekcentrico
I made a quick form that uses bookmarks to copy the data to the various pages.
|
There is no evidence of that in the code you posted - all it does regarding bookmarks is to delete them. It's not apparent what point that serves.
Quote:
Originally Posted by derekcentrico
What could I add to this command that will change the font to Arial and the font color to black? I'd like it to the the whole body and headers/footers if possible.
|
The proper way to modify font attributes and the like, especially when you're dealing with an entire document, is to redefine the Styles it uses or to define and apply an appropriate Style - not to use brute-force overriding of the existing Style definitions. Assuming your existing document is using Styles properly, that obviates any concerns regarding headers & footers.