Control names

BadScript

Registered User.
Local time
Today, 15:33
Joined
Oct 30, 2007
Messages
73
I tried to search this forum but so far no results. If this question was already asked I apologise. In my VB I use the following script.
I was wondering if there's a way to make this script shorter

lbl13.Visible = False
lbl14.Visible = False
lbl15.Visible = False
lbl16.Visible = False
lbl17.Visible = False
lbl18.Visible = False
lbl19.Visible = False
lbl20.Visible = False
lbl21.Visible = False
lbl22.Visible = False
lbl23.Visible = False
 
Thanks alot !
I'm a beginner and this will make it alot easier for me :)
 

Users who are viewing this thread

Back
Top Bottom