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...