+ Reply to Thread
Results 1 to 4 of 4

Delete duplicates in each column

Hybrid View

  1. #1
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: Delete duplicates in each column

    Hi softy.
    Welcome to the forum and thanks for posting.
    The synatx
    RemoveDuplicates Columns:=1, Header:=  xlYes
    will only work in xl2007 and xl2010
    in xl2003 you can use the auto filter
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  2. #2
    Registered User
    Join Date
    06-27-2010
    Location
    Delhi India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Delete duplicates in each column

    Quote Originally Posted by pike View Post
    Hi softy.
    Welcome to the forum and thanks for posting.
    The synatx
    RemoveDuplicates Columns:=1, Header:=  xlYes
    will only work in xl2007 and xl2010
    in xl2003 you can use the auto filter
    Hi, Thanks for early reply
    unable to solve the issue. showing compile error.
    I am using macro like this
    Sub Macro1()
    RemoveDuplicates Columns:=1, Header:=xlYes
    End Sub
    I am very new to macros hence ,I may be doing wrong or might not have followed you as you desired. Please guide me in detail.


    One more question , can the same thing be done in rows also?

+ 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