+ Reply to Thread
Results 1 to 6 of 6

How to select and delete a range of cells between two different ranges of unequal size?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-08-2010
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    386

    Re: How to select and delete a range of cells between two different ranges of unequal size

    Not sure if this helps but try using the intersect function to test if a cell is within a range.

    if intersect(range1, range2) is nothing then
    
    'if it does not intersect
    
    else
    
    'if it does intersect
    
    end if

  2. #2
    Registered User
    Join Date
    04-25-2012
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: How to select and delete a range of cells between two different ranges of unequal size

    Hello GaidenFocus,

    Range1 is dynamic from worksheet to worksheet and the ranges will never intersect. My issue is selecting the range in between.

    Thanks for the suggestion though

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1