TheRealDeal
Technical User
Is it possible to iterate through a Forms controls by use of the For Each statement using the control's tabindex?
Something like:
Dim ctlIndex As Control.Index
' Some process
For Each ctlIndex In Me.Controls.Index
...
Next
Something like:
Dim ctlIndex As Control.Index
' Some process
For Each ctlIndex In Me.Controls.Index
...
Next