Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i need to extract data off db.xls onto a combobox found on a form in wk.xls both on the f drive of the same pc... please help me with the rowsource syntax to extract data off the external book's sheet1 regards |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think it is easier to use AddItem instead of RowSource, but others
may have a better idea. If you have both workbooks open, you can do the following: call ComboBox1.AddItem (Workbooks("db.xls).sheets("Sheet1").Cells(?,?).va lue) [repeat this as needed, changing only "Cells(?,?)"] Hope this helps, Dom Zaahir wrote: hi i need to extract data off db.xls onto a combobox found on a form in wk.xls both on the f drive of the same pc... please help me with the rowsource syntax to extract data off the external book's sheet1 regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comboboxes | New Users to Excel | |||
comboboxes | Excel Programming | |||
Comboboxes | Excel Programming | |||
ComboBoxes | Excel Programming | |||
Comboboxes | Excel Programming |