Hi...
I have a Userform with approx. 50 combination of Textbox's, ComboBox's and ListBox's. When running code in the UserForm, is there a way that I can list the name of all of the Textbox's, ComboBox's and ListBox's?
In other words:
For i = 1 to The number of Box's
Do code
Next
I have an array setup, BoxArray, with box number of the Text, Combo and List box's. I'm looking to loop through the array and when I have a match to a box, execute some code.
Thanks.
I have a Userform with approx. 50 combination of Textbox's, ComboBox's and ListBox's. When running code in the UserForm, is there a way that I can list the name of all of the Textbox's, ComboBox's and ListBox's?
In other words:
For i = 1 to The number of Box's
Do code
Next
I have an array setup, BoxArray, with box number of the Text, Combo and List box's. I'm looking to loop through the array and when I have a match to a box, execute some code.
Thanks.