RE: change the color of the visited hyperlink by lf
lf
Thu Mar 22 05:44:18 CDT 2007
The color of visited hyperlinks is determined by the font color of the
built-in style named â??FollowedHyperlinkâ??. To change the color, you need to
modify that style, e.g.
ActiveDocument.Styles(wdStyleHyperlinkFollowed).Font.Color = wdColorDarkRed
--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
"vbaNOOB" wrote:
> Hi all
>
> I would like to change the default color of visited hyperlink in VBA.
> Is that a way that I could control each hyperlink visited color ??
> Or I have to set it for all hyperlink?
>
> Many thanks