Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thansk for your help, I still have a little problem. After I get the
message do you want to add it to the list and if I select Yes, nothing really happens. What is wrong with my code; did I miss anything? I don't understand how it knows to what named range it should add the new value. I have: Sheet1 D3 has Validation 'Product' Params C2 'Product' = columname Params C3 'Product item 1' Params C4 'Product item 3' etc. I have added the named range 'Product' = =OFFSET(Params!$C$3;0;0;COUNTA (Params!$C:$C )-1) I think I have to change this piece: Worksheets("Params").Cells (Rows.Count, 1).End(xlUp).Offset _ (3, 3).Value = NewEntry |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named Range name problem in validation | Excel Worksheet Functions | |||
Data validation drop downs don't recognize dynamic named range | Excel Discussion (Misc queries) | |||
Using a data validation list to look up a defined named range in another worksheet | Charts and Charting in Excel | |||
Data validation named range update | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) |