Results 1 to 17 of 17

Removes Duplicates Except Blanks macro

Threaded View

  1. #1
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Removes Duplicates Except Blanks macro

    How can I alter the below so that it still removes duplicates, BUT if there are 2 or more blank cells in the range, it ignores them? The blank cells will have formulas in them but they will have no value.
       ThisWorkbook.Sheets("Sheet 1").Range("$A$40:$A$88").RemoveDuplicates Columns:=Array(1), _
            Header:=xlNo
    Last edited by ScabbyDog; 03-05-2013 at 05:16 PM.

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