Often a label control is bound to a textbox or similar other control. I know that there is a way to access the label through code, but I do not remember how to do it.
With the textbox you can try
Text0.Controls.Item(0).Caption
where Control 0 is the linked label