Hey,
I have two labels on my form
Label1
Label2

In the form load I generate a radiobutton for each label, with the text property being the name of the label.

So two radiobuttons are made
The first one will have text: Label1

I have
dim objStore as object
Example:
I select the first radiobutton (text: Label1)

Then Label1 should be stored in objStore as object.

So then I can do
objStore.text = "test"

Any help?