Hi,
I have a form with 37 labels, 36 of which are currently visible. I want to turn the visibility of all the labels to False apart from the label that is currently invisible, which I want to make visible.

Instead of typing "lbl.Visible = False" 36 times, is there a quick way to do it?
Or a simple loop?

Thanks