Hi, same issue as thread here but no resolution.
VBA - Distinguishing when a cell is edited by a data validation list or free fromat text entry
I have VBA code to allow multiple data validation settings - working well except when it doesn't work at all (separate issue from this).
Turning off the error alert allows the previous entries to be edited (for example, when i just want to remove ONE previous entry). When i edit in cell, the result is that ALL existing entries are appended to the list again.
I need some code that appends selections from the drop down list as designed, but also allows for in cell edits without re-appending the whole list again.
Does this make sense?
Can anybody help?
Thanks
VBA - Distinguishing when a cell is edited by a data validation list or free fromat text entry
I have VBA code to allow multiple data validation settings - working well except when it doesn't work at all (separate issue from this).
Turning off the error alert allows the previous entries to be edited (for example, when i just want to remove ONE previous entry). When i edit in cell, the result is that ALL existing entries are appended to the list again.
I need some code that appends selections from the drop down list as designed, but also allows for in cell edits without re-appending the whole list again.
Does this make sense?
Can anybody help?
Thanks