Number of comboboxes in a userform
Solved
jucva
Posted messages
27
Status
Member
-
jucva Posted messages 27 Status Member -
jucva Posted messages 27 Status Member -
Hello,
I would like to count the number of ComboBox objects present in a userform???
Or if someone can tell me if it is possible to apply the following code:
Dim Cb as ComboBox
For Each Cb in Userform
" action"
Next Cb
Thank you for your help.
JF
I would like to count the number of ComboBox objects present in a userform???
Or if someone can tell me if it is possible to apply the following code:
Dim Cb as ComboBox
For Each Cb in Userform
" action"
Next Cb
Thank you for your help.
JF