Referencing a ComboBox

Y

Yury

I have 7 combox in a sheet. I create a array with their names, and want to
get their list index. I tried :

Dim escolha As ComboBox


escolha.Name = arrCombos(1)
value = escolha.ListIndex ()

But I get a 91 error. How can I do this?
 
Top