I have a user form in excel that has a number of labels and text boxes. When the form opens, I want all of these to be hidden and after the user has entered info, then they must be visible.
Is there any way to do this other than by referencing each label/text box individually with .visible = false / visible = true.
I am adding more labels/boxes to the form so would like to be able to reference them all at once.
Thanks
Raymond