View Single Post
 
Old 11-28-2016, 02:57 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by derekcentrico View Post
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 View Post
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.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote