Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form that contains a listbox of items. When an item is
double-clicked a row of values is entered at the next available row in the worksheet. Some of the cells in the newly appended row contain validation lists. I have various types of lists and in some cases when an item is selected from a list I need to dynamically create a corresponding validation list in the cell to the right of it. I can do this bit. The problem I have is that I need to detect whether the current cell contains a validation list as not all cells will be validation lists. The code will be in the Worksheet_Change event. I have looked at the Target argument and Target.Validation, but cannot find a property to give me the info I need. Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
Detect tabular list in VBA | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming |