View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How to make a data validated field refresh

Not directly as it reflects a selected value, not a reference to a list
position. I think that you would have to write some VBA to trap the list
change and update the DV knowing what it was and where that was in the
original list.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"clara" wrote in message
...
Hi all,

I have changed the list of a data validation, how can I make the
corresponding data validated field refreshed.

Clara
--
thank you so much for your help