View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JG Scott JG Scott is offline
external usenet poster
 
Posts: 20
Default Auto Select from Data Validation but allow override

I have two adjacent data validation lists. The first provides vice
president names and the second sales director names. When the user
selects from the first (a vice president), I would like the second to
automatically select the correct matching sales director. However, I
also want to give the user the option to override the normal matching
name, in which case the program should not change his/her selection.

Thanks.