Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an excel template which has some userforms in it. On one of the
userforms are 9 combo boxes, all of which need to display the same data from another workbook. Problem is I don't have a clue how to achieve this, can anyone help? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For each combobox, set the RowSource property to that range, including the
sheet name. BTW, I assumed that when you said workbook, you meant worksheet. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "nannon8" wrote in message ups.com... I have an excel template which has some userforms in it. On one of the userforms are 9 combo boxes, all of which need to display the same data from another workbook. Problem is I don't have a clue how to achieve this, can anyone help? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, the data is in a different file. The problem that I have is
referencing the Rowsource to the second workbook. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
comboboxes | Excel Discussion (Misc queries) | |||
Comboboxes | New Users to Excel | |||
comboboxes | Excel Programming | |||
Comboboxes | Excel Programming | |||
Populating ComboBoxes | Excel Programming |