![]() |
|
|
|
#1
|
|||
|
|||
|
Please post what you already have towards this. |
|
#2
|
|||
|
|||
|
Sub Macro3()
' ' Macro3 ' ' Columns("A:A").Select Selection.Copy Sheets("Sheet8").Select Columns("H:H").Select ActiveSheet.Paste Application.CutCopyMode = False ActiveWorkbook.Worksheets("Sheet8").Sort.SortField s.Clear ActiveWorkbook.Worksheets("Sheet8").Sort.SortField s.Add Key:=Range("H1"), _ SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal With ActiveWorkbook.Worksheets("Sheet8").Sort .SetRange Range("H2:H500") .Header = xlNo .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply End With ActiveSheet.Range("$H$1:$H$500").RemoveDuplicates Columns:=1, Header:=xlNo End Sub |
|
#3
|
|||
|
|||
|
I'm going up to H500 because I wont have more than that in a data file.
Quote:
|
|
| Tags |
| cartesian product, copy, sort |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Remove the * from the SubCate, Custom Sort, Replace..Help Please - I need. Thanks
|
shilabrow | Excel Programming | 2 | 07-10-2014 11:09 AM |
How can I avoid doubles?
|
s7y | Excel | 13 | 05-15-2012 01:17 PM |
Mail Merge Doubles My Document
|
ExecAssist | Mail Merge | 1 | 02-27-2012 04:06 PM |
| How to remove background when copy and paste, no fill doesn't work. | mingo | Word | 1 | 07-29-2010 02:25 PM |
| installing copy of XP prof. without product # | vicky | Office | 0 | 04-09-2006 07:16 AM |