I have a macro that creates a hyperlink anchored to some text, using a variable named "URL", like this.
URL = "http://www.mydomain.com/mypage?parameter=" & [A1]
ActiveSheet.Hyperlinks.Add Anchor:=[C3], _
Address:=URL, TextToDisplay:="MyText"
I want to use conditional formatting to highlight...