Hello,
I use a VBS for an email signature.
I want to add a hyperlink to the 2nd image (jpg) of my signature.
Here's part of the code I'm using:
Set objShape = objSelection.InlineShapes.AddPicture(strLogo) & Chr(9)objSelection.Font.Color = RGB(255,255,255)
objSelection.Font.Size=7
objSelection.TypeText"Compaan"
Set objShape = objSelection.InlineShapes.AddPicture(strBannerADR)
objSelection.TypeText"" & Chr(11) & Chr(11)
I want the hyperlink on the image referred to as strBannerADR
Kind regards,
Sofie