How does one reset the color of a hyperlink programmatically?
Anyone have any ideas?
Thanks
Last edited by jmicdk; 02-17-2009 at 07:41 PM.
This does not reset it, but will change the format of the followed link globally.
For wehat i want to do this is good enough
With ActiveWorkbook.Styles("Followed Hyperlink").Font .Name = "Arial" .Size = 9.5 .Bold = False .Italic = False .Underline = xlUnderlineStyleSingle .Strikethrough = False .ColorIndex = 5 End With
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks