Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a form with listboxes and comboboxes for use with a workbook
with 4 sheets - the last of which contains a series of lists which I would like to use in conjunction with the form. I am trying to add the lists to the relevant listbox and combobox using listfillrange - but without success. I am starting to think that listfillrange cannot be used in conjunction with forms and only works with boxes embedded in spreadsheets - but I am not convinced that could be correct. Can anyone provide guidance on the correct vba syntax for using listfillrange with a combobox in a form. The box name is cmbName and the named range in worksheet "Lists" is "Employees" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this...
cmbName.RowSource = "Employees" -- Rick (MVP - Excel) "Simon Skelton" <Simon wrote in message ... I have created a form with listboxes and comboboxes for use with a workbook with 4 sheets - the last of which contains a series of lists which I would like to use in conjunction with the form. I am trying to add the lists to the relevant listbox and combobox using listfillrange - but without success. I am starting to think that listfillrange cannot be used in conjunction with forms and only works with boxes embedded in spreadsheets - but I am not convinced that could be correct. Can anyone provide guidance on the correct vba syntax for using listfillrange with a combobox in a form. The box name is cmbName and the named range in worksheet "Lists" is "Employees" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combobox listfillrange network | Excel Worksheet Functions | |||
Can Listfillrange be used with a listbox or combobox on a form? | Excel Programming | |||
ComboBox ListFillRange | Excel Discussion (Misc queries) | |||
Transpose Combobox ListFillRange | Excel Programming | |||
.ListFillRange as Variable ? in Listbox | Excel Programming |