View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Otto Moehrbach Otto Moehrbach is offline
external usenet poster
 
Posts: 1,090
Default update validation when change source

Jen
Maybe I'm missing something. You say you have 2 Data Validation cells,
one on each sheet. Then you say that both use the same "validation source
list". If they both use the same source list, then you have only one source
list that you need to update. Where is this "second" source list that you
need to update?
Maybe if you provide a bit more detail. Something like:
I have one DV cell here.
I have another there.
The source list is over there.
I am setting up the DV cell this way (provide a step-by-step).
HTH Otto
"jen_writer" wrote in message
...
Hello,
I used DV0022 in the below link to automatically update a drop-down list
in
worksheet 2 whenever I change the source list in worksheet 1.

http://www.contextures.com/excelfiles.html

However, now I have 2 lists - one in worksheet 2 and one in worksheet 3 -
which both use the same validation source list. I tried to adapt the
macro,
but it only updates the second list, not both. Is there a way to update
more
than one list?

thank you.
Jen