L
Laurel
I have a form that has eleven sets of controls, txtDesc1.... txtDesc2. I
need to do the same thing to all of them several times, such as
txtDesc1.visible = true, etc. Is there a way to use a string like
"txtDesc" & li_i & ".visible = true" in a loop to do this?
tia
las
need to do the same thing to all of them several times, such as
txtDesc1.visible = true, etc. Is there a way to use a string like
"txtDesc" & li_i & ".visible = true" in a loop to do this?
tia
las