L
Lee
In VB, when you copy a control or give two controls the
same name, VB asks if you want to create an array, and
creates the name with a subscript, such as Textbox(1),
Textbox(2), etc. It appears that VBA does not do this.
I'm not sure how to declare an array here.
I have five dropdown combo boxes that I want to each fill
with the same five values, and it seemed most efficient to
do this with an array.
same name, VB asks if you want to create an array, and
creates the name with a subscript, such as Textbox(1),
Textbox(2), etc. It appears that VBA does not do this.
I'm not sure how to declare an array here.
I have five dropdown combo boxes that I want to each fill
with the same five values, and it seemed most efficient to
do this with an array.