austin350s10
Active Member
- Joined
- Jul 30, 2010
- Messages
- 321
Is there a way to set the property of multiple UserForm objects at once. I'm thinking an array but not to sure how to set it up. Below is an example of the code I think could be shortened up using an array or something:
Anyone know how to do this?
Code:
btnTest.Visible = False
lblTest.Visible = False
txtTest.Visible = False