You might be able to tie into the Worksheet_Change event. It fires when
something is changed on the worksheet (by typing or by data|validation).
There is a bug in xl97 (fixed in xl2k) that caused this event not to fire under
certain circumstances.
Debra Dalgleish explains it here:
http://contextures.com/xlDataVal08.html#Change
You can read more about events at:
Chip Pearson's site:
http://www.cpearson.com/excel/events.htm
David McRitchie's site:
http://www.mvps.org/dmcritchie/excel/event.htm
> I have an Excel worksheet and in $D$1 it has a validation rule (in cell drop
> down) that reads allowed values from A1:A3. What I want is when the user
[quoted text clipped - 4 lines]
> Thanks in advance
> Michael

Signature
Dave Peterson
Michael - 23 Dec 2006 20:59 GMT
Thanks you so much! This worked like a charm :)
> You might be able to tie into the Worksheet_Change event. It fires when
> something is changed on the worksheet (by typing or by data|validation).
[quoted text clipped - 24 lines]
>> Thanks in advance
>> Michael