I'm trying to create a linked label in an activex control, but get an error message when I run it. I try it the same way I would in a normal application:

label1.linktopic = xxx
label1.linkitem = xxx
label1.linkmode = 1

What am I doing wrong? Can you even link a label in an activex control?