View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default dynamic validation

if application.Countif(columns(7),Target)0 then
' its in the list


--
Regards,
Tom Ogilvy




"steve" wrote:

I want to validate all of the cells in Column G with a list of unique items
already in Column G. This can be triggered with the Sheet_Change event.

What is the best way to do this?