View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Mike[_73_] Mike[_73_] is offline
external usenet poster
 
Posts: 8
Default Reciprocal range?

"Charley Kyd" wrote in message
...
Suppose I have two ranges:

AllChildren = $B$1:$B$6
AllSons = $B$2, $B$4

And suppose that the children who aren't sons are daughters.

**Without
looping** is there a way to return the range...
$B$1, $B$3, $B$5:$B$6
...for the daughters?

Thanks.

Charley




Charley,

http://tinyurl.com/2tfpb contains a couple examples that take
advantage of the SpecialCells method.


Hope this helps,

Mike