+ Reply to Thread
Results 1 to 2 of 2

please help someone (again posting)

  1. #1
    Tufail
    Guest

    please help someone (again posting)

    sorry posting again.

    ok, maybe there isn't any way that i haven't get any post, ok then any other
    way to find out from my selection duplicate then delete those column ?
    selection would be A:A

    thanks in advance .

    "Tufail" wrote:

    > hi
    > i want creat a macro that find duplicate data and not allow to download, i
    > means everyday i am downloading data from web and i am keeping in my
    > spreadsheet (i'm copying from web then doing paste in my sheet) and now i am
    > facing problam that duplicate data dowloading again and again, i want find
    > duplicate by A:A becoz there is Ref# always, my data range is A_col H_col ,
    > hopefull you got what i want say or what i want to make.
    >
    > Thanks



  2. #2
    Mike Q.
    Guest

    RE: please help someone (again posting)

    If I understand correctly, maybe this will help.

    Sub MrMac()
    [A:A].AutoFilter Field:=1, Criteria1:="Ref#"
    Selection.SpecialCells(xlCellTypeVisible).EntireRow.Delete
    End Sub
    --
    Mike Q.


    "Tufail" wrote:

    > sorry posting again.
    >
    > ok, maybe there isn't any way that i haven't get any post, ok then any other
    > way to find out from my selection duplicate then delete those column ?
    > selection would be A:A
    >
    > thanks in advance .
    >
    > "Tufail" wrote:
    >
    > > hi
    > > i want creat a macro that find duplicate data and not allow to download, i
    > > means everyday i am downloading data from web and i am keeping in my
    > > spreadsheet (i'm copying from web then doing paste in my sheet) and now i am
    > > facing problam that duplicate data dowloading again and again, i want find
    > > duplicate by A:A becoz there is Ref# always, my data range is A_col H_col ,
    > > hopefull you got what i want say or what i want to make.
    > >
    > > Thanks

    >


+ 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