How validation dropdown list open when cell is picked?.

R

ron

Is there a way to cause a validation dropdown list to open immediately when
the cell is picked, rather than picking the cell and then the down-arrow?
 
D

Debra Dalgleish

You could use the selection_change event and a SendKeys command, but
that could cause unexpected results, and is usually avoided.
 
Top