Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible in excel as it is html.
that in a drop down list created of say 100 to 150 items if i press say m it shows items starting with m rather than scrolling down. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jimish
Yes, drop-downs (Combo boxes) do do this. Best regards John "Jimish" wrote in message oups.com... is it possible in excel as it is html. that in a drop down list created of say 100 to 150 items if i press say m it shows items starting with m rather than scrolling down. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
IF IT DOES THAT CAN YOU HELP ME ON HOW TO DO THAT. THANKS
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming you want this combobox on a worksheet.
Click ViewToolbarsControl Toolbox. On the control Toolbox click on the combobox and then click and drag on you sheet to place the combobox. Right click the combobox and select Properties. Make sure tha AutoWordSelect is set to True. Set ListFillRange to be the range that has the list of items you want ot appear in the combobox eg A2:A28. Set LinkedCell as the cell you want to hold item selected in the combobox. Close the Properties window. On the Control Toolbox click Exit Design Mode (top left button). Close Control Toolbox. Hope this helps Rowan Jimish wrote: IF IT DOES THAT CAN YOU HELP ME ON HOW TO DO THAT. THANKS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drop down list based on other drop down list pick | Excel Discussion (Misc queries) | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |