try this...

If Not Intersect(Target, Range("BARB")) Is Nothing Then
--
HTH...

Jim Thomlinson


"Barb Reinhardt" wrote:

> I have the following IF statement in my worksheet_Change event
>
> If Not Intersect(Target, Range("A1:A20")) Is Nothing Then
>
>
> I'd like to replace "A1:A20" with a named range. What do I need to change
> to get this to work. Let's say the named range is "BARB" for this example.
>
> Thanks,
> Barb Reinhardt