I have some labels named Label1through Label20 on a userform. Is there a way to refer to these labels dynamically from within code using a variable? For example, if the variable is X=2, say, I want to change the BackColor property of Label2 to a different value.
TIA