Hi
I have a label from the Controls Toolbox on a worksheet. I would like to set a programmatic reference to it. How would I do so please?
e.g.
Code:
Dim l As MSForms.Label
Set l = ActiveSheet.Shapes("LabelName")
This fails of course - how can I get an early bound reference please?
Thanks