Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code:
With Me.ComboBox1.TopLeftCell ..Offset(0, 5).Resize(, 4) = _ Array("NIN", "NOUT", "ZALT", "ZDTAMB") End With How do i tell the program that instead of me inputing the "NIN, "NOUT", "ZALT" values myself in the Array command to simply have an something like: Array("Sheet2!C2:C5) The reason I want this is because I have a very long list I would other wise need to input in the Array Command. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Answers to questions posing more questions in a workbook | Excel Worksheet Functions | |||
View Questions and Answer to questions I created | Excel Discussion (Misc queries) | |||
2 questions! Related to combobox and time function. HELP!! | Excel Discussion (Misc queries) | |||
More combobox questions | Excel Programming | |||
Questions About ComboBox | Excel Programming |