Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. I have a form with 15 comboboxes. I populated the combo box list with
the following code: Userform1.ComboBox1.List = Price.Range("LMU").Resize(Price.Range("LMU").Rows. Count - 1).Value I copied the above code 15 times, because the list for each box is exactly the same. Can I read the comboboxes into an array, and then populate the aray with a single statement as above? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Read Worksheet Data into VBA Array? | Excel Discussion (Misc queries) | |||
using VB to read in a column of values of varying length into an array | Excel Worksheet Functions | |||
Excel, read in an array | Setting up and Configuration of Excel | |||
Read in Array | Excel Programming | |||
Read Range Data into Array | Excel Programming |