Mollethewizard
IS-IT--Management
Is there a simple way to make all textboxes, labels and option buttons in a user form not visible when the form initializes?
I know that I can say – me.Textbox1.Visible = False – but if you’ve got a bunch it takes quite a bit of coding.
Is it possible by using For Each?
Later in the initialize event I would like some of them become visible.
Christer
I know that I can say – me.Textbox1.Visible = False – but if you’ve got a bunch it takes quite a bit of coding.
Is it possible by using For Each?
Later in the initialize event I would like some of them become visible.
Christer