Change font color of whole document excluding headerFooters on sav

F

FotoArt

hello everyone
How do I change the color of text of the whole document upon save. For
instance to 75 percent gray or any color.

thanx
ahmed
 
D

Doug Robbins - Word MVP

The command

ActiveDocument.Range.Font.Color = somecolor

will only change the color of the text in the body of the document

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top