I have an image in excel which i want to use as a hyperlink image. The link is sent to all users through mail. I can send hyperlinks but what I want is that the image to be the hyperlink , something like this :
"<br>" & "<a href=" & Replace(url, " ", "%20") & "> <img src=" & picture1 & " alt=" & "timer.GIF" & "/></a>"