Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's my understanding that you can not expand a list using a drop-down menu
using data validation. The list I like to show on the form is cell range E1:E90 (all in one column). I looked at Microsofts help menu and tried to follow the pattern and its not working. Private Sub ListBox1_Click() Sheets("Sheet1").Select ListBox1.ColumnCount = 1 ListBox1.RowSource = "e81:e90" ListBox1.ControlSource = "E5" 'Place the ListIndex into cell a6 ListBox1.BoundColumn = 0 End Sub Thank you for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating A Form | Excel Worksheet Functions | |||
Creating a Form | Excel Worksheet Functions | |||
Creating a form | Excel Worksheet Functions | |||
creating a form | New Users to Excel | |||
Creating a Form | Excel Discussion (Misc queries) |