Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to add a multi selection list box to my spreadsheet.
I want to populate it with data from another sheet. How do I do that? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I enter data into ListFillRange and move to another row entered data
disappears. "sebastienm" wrote in message ... Hi, - Display the Control Toolbox toolbar: menu View Toolbars Control Toolbox - From the Control Toolbox toolbar, add a Listbox to the sheet - Select the listbox and click on the Properties icon of the Control Toolbox toolbar. The Properties window pops-up. - Set the source data: for the ListFillRange property, say your source is in sheet2 range A1:A10, set it to eg: 'sheet2'!A1:A10 - Still in the Properties window, go to the MultiSelect property and set it either to Multi or Extended. -- Regards, Sébastien PS: Rating a post as "the answer" helps searches and gives the answerer credit for their contribution. "Mark" wrote: I need to add a multi selection list box to my spreadsheet. I want to populate it with data from another sheet. How do I do that? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I make a list from a spreadsheet? | Excel Discussion (Misc queries) | |||
I can't list items in the same box on the spreadsheet | Excel Worksheet Functions | |||
How do I add a dropdown list in a spreadsheet? | New Users to Excel | |||
How can I sort an entire spreadsheet from a list | Excel Worksheet Functions | |||
Excel VBA-Looping through Multiselection | Excel Programming |