![]() |
|
#2
|
||||
|
||||
|
Code:
Sub Macro1()
ActiveSheet.Range("A1").CurrentRegion.Columns("A:F").RemoveDuplicates Columns:=2, Header:=xlYes
End Sub
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Macro delete table rows if cell in first column = $
|
Btop | Word VBA | 7 | 02-13-2018 05:36 PM |
Delete blank rows between the two rows that contain data
|
beginner | Excel Programming | 5 | 12-26-2014 12:29 AM |
Delete All empty Rows - Print - Undo all Rows deleted
|
Bathroth | Word VBA | 1 | 10-01-2014 01:40 PM |
Huge table needs to link rows and column in a special manner (when not equal to 0)
|
melieetnala | Excel | 1 | 08-12-2014 05:56 AM |
| Make row in one sheet equal column of another | hypertyper | Excel | 6 | 01-31-2012 03:48 PM |