Hi all,

I've got about 100 labels on a userform, with an url stored in the controltiptext
Is there an easy way to click on the label and then follow the hyperlink stored in the controltiptext of the label I clicked on, without having to type a gazillion times:

ThisWorkbook.FollowHyperlink Me.Label1.ControlTipText
I tried 'application.caller', but that didn't work.
Any other easy approach to do this?

Thanks,

Jasper