R
Richard Grene
When looping through controls on a form, there seems to be a limit of 57,
even though there are 75 on the form. This is the code:
Dim sControl As Control
For Each sControl In Me.Controls
next sControl
I looked at the Forms designer Generated Code and me.Controls.AddRange only
contains 57 out of the 75 controls.
Any ideas.
Thanks,
Richard
even though there are 75 on the form. This is the code:
Dim sControl As Control
For Each sControl In Me.Controls
next sControl
I looked at the Forms designer Generated Code and me.Controls.AddRange only
contains 57 out of the 75 controls.
Any ideas.
Thanks,
Richard