View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charl Charl is offline
external usenet poster
 
Posts: 2
Default Exclude one range from another

I have two variables each defined as a Range say TotalRange and
SubRange. All the cells in SubRange fall within TotalRange.

Is there any way (without looping through the cells) to create a new
range from the above which contains all the cells in TotalRange which
do not fall into SubRange. (In other words the new range should be
TotalRange excluding SubRange)

Thanks
- Charl