I'm sure it is simple, but I am stumped after days of trying to work it out.
I am trying to represent a LABEL with a variable. The LABEL name is "lblOne" and I am trying to represent this with a variable such as "blank". But when I then try to read the LEFT value of the label with "blank.Left", I am being told that LEFT is not recognised. So obviously the compiler is not seeing the variable as containing the name "lblOne". It must be seeing it purely as a string.
What do I need to do to have the compiler recognise that "blank" now contains the label's name?
I am trying to represent a LABEL with a variable. The LABEL name is "lblOne" and I am trying to represent this with a variable such as "blank". But when I then try to read the LEFT value of the label with "blank.Left", I am being told that LEFT is not recognised. So obviously the compiler is not seeing the variable as containing the name "lblOne". It must be seeing it purely as a string.
What do I need to do to have the compiler recognise that "blank" now contains the label's name?