Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everybody,
I'm using Excel 97 with VBA to dynamically add a Validation object to cell("A7"). My goal is to have an in-Cell dropdown list display when a user selects the cell... With ThisWorkbook.ActiveSheet.Range("A7").Validation .Add Type:=xlValidateList, Formula1:="Red,Green,Blue" End With I get a Run-time error='1004' Application Defined or object-defined error? Can I dynamically add a in-cell drop down list to a cell? Thanks for any help! Sam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permenent appearance of the drop down arrow when adding validation toa cell | Excel Worksheet Functions | |||
Validation cell entries (Drop-down list) | Excel Discussion (Misc queries) | |||
Default Cell Value with Validation Drop-Down List | Excel Discussion (Misc queries) | |||
How to dynamically select a validation list from data in a cell? | Excel Discussion (Misc queries) | |||
adding a list validation to a cell | Excel Programming |