I need to make many Userform Labels and Textboxes.Visible = False
Instead of writing it this way…
Label56.Visible = False
Label57.Visible = False
Label58.Visible = False
I thought this might work but I get a Compile Error: “Sub or Function Not Defined”
What’s missing?
Private Sub...