Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Suppose I create a dropdown as following:
Set drp = ActiveWorkbook.Sheets("Sheet1").DropDowns("GroupBy ") drp.RemoveAllItems drp.AddItem "Group By", 232 drp.AddItem "Resource", 100 drp.AddItem "Project", 400 drp.ListIndex = 1 end Sub If the DropDown has Project selected how do I get 400? These return 3: MsgBox drp.Value MsgBox drp.ListIndex Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I give numerical values to each text item in a list | Excel Discussion (Misc queries) | |||
make Pivot table show only available values in dropdowns | Excel Discussion (Misc queries) | |||
CSV values and retrieiving nth item | Excel Worksheet Functions | |||
How to build a chart with 2 values per item? | Charts and Charting in Excel | |||
Summarizing several item values in one cell | Excel Programming |