austin350s10
Active Member
- Joined
- Jul 30, 2010
- Messages
- 321
I am trying to write a for loop to look at all the objects inside of three different frame on a userform. Below is my idea but it won't work.
How can I write this so it will work?
Code:
For Each obj In Me.frmStaff.Controls, Me.frmClients.Controls, Me.frmCStaff.Controls
Next obj
How can I write this so it will work?