Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a cell with data validation set to a static list of values.
When the user selects a different cell, I want to deactivate the list cell (lock it and disable in-cell dropdown). I have 2 columns that I do this for. I can disable one, but not the other. Range("N8:N12").Validation.InCellDropdown = False ' works Range("H8:H12").Validation.InCellDropdown = False ' application or object defined error There is no difference in column H and column N, so why won't column H work??? Thanks for anyone's help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locked Property off, but cannot select cell | Excel Discussion (Misc queries) | |||
Change the length of the dropdown list used to cell entries | Excel Discussion (Misc queries) | |||
How do I change the cell colour per dropdown option? | Excel Discussion (Misc queries) | |||
VBA Code For OR-Function Using Cell Property | Excel Discussion (Misc queries) | |||
Change sheet name on linked cell by dropdown box | Excel Worksheet Functions |