Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am attempting to a drop down list to a cell which is populated from a range of cells held on another sheet
At the moment I am using the Validation method and can successfully populate from a comma delimited string but not from a range that I have from another sheet Excel::ValidationPtr pValidation = pRange-Validation pValidation-Delete() pValidation-Add(Excel::xlValidateList, (CComVariant)xlValidAlertStop, (CComVariant)Excel::xlBetween, (_variant_t)str) pValidation-IgnoreBlank = VARIANT_TRUE pValidation-InCellDropdown = VARIANT_TRUE pValidation-InputTitle = OLESTR("") pValidation-ErrorMessage = OLESTR("") pValidation-ShowInput = VARIANT_FALSE pValidation-ShowError = VARIANT_TRUE Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
dropdown list determined by another dropdown list | Excel Discussion (Misc queries) | |||
Excell Dropdown List. Display alternate text than found in list. | Excel Discussion (Misc queries) | |||
Dropdown List - list item endings not visible if column too narrow | Excel Discussion (Misc queries) | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions |