S
Shawn
To all
Was wondering if there was a way to change to properties (say visible) of
numerous textboxes at once.
I have tried a for loop with i and then textbox(i) or textbox (format (i))
and even name1= "textbox" + format (i) then name1.visible but nothing works!
Is there a way to change them all or do i have to type them all out?
AHGA
Shawn
Was wondering if there was a way to change to properties (say visible) of
numerous textboxes at once.
I have tried a for loop with i and then textbox(i) or textbox (format (i))
and even name1= "textbox" + format (i) then name1.visible but nothing works!
Is there a way to change them all or do i have to type them all out?
AHGA
Shawn