- Home
·
- Miscellaneous
·
- This is a example of how to manipulate the LBound and UBound properties of a control array
This is a example of how to manipulate the LBound and UBound properties of a control array
This is a example of how to manipulate the LBound and UBound properties of a control array
API Declarations
'Create a control array set of combo boxes and use this code to reset it to the first item in the list. Ensure that you have at least one item in each combobox
Rate This is a example of how to manipulate the LBound and UBound properties of a control array
(2(2 Vote))
For i = Combo1.LBound To Combo1.UBound
Combo1(i).ListIndex = 0
Next i
This is a example of how to manipulate the LBound and UBound properties of a control array Comments
No comments yet — be the first to post one!
Post a Comment