Is it possible to order the collection of controls on a form.
For example, when using the following code, can I determine what order the control names will be displayed.
Any assistance would be greatly appreaciated.Code:Dim objControl as Control For Each objControl in myForm.Controls MsgBox objControl.Name Next
------------------
Ishamel
[email protected]


Reply With Quote