Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default 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).EntireRo w.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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
posting Sam Excel Discussion (Misc queries) 3 February 23rd 10 05:03 PM
Posting problems...again! T. Valko Excel Discussion (Misc queries) 2 August 20th 07 01:28 PM
[OT] posting tomek gomek Excel Worksheet Functions 24 July 28th 07 03:16 AM
the owner of posting should be able to delete the posting Mahendra Excel Discussion (Misc queries) 7 August 8th 05 07:21 PM
Posting in the next row Greg Excel Worksheet Functions 1 January 18th 05 08:57 PM


All times are GMT +1. The time now is 10:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"