Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
?? SAME row on each??
sub delduprows() dim i as long for i = cells(rows.count,"a").end(xlup).row to 2 step -1 if cells(i,"a")=sheets("sheet2").cell(i,"a") then rows(i).delete next i end sub -- Don Guillett Microsoft MVP Excel SalesAid Software "email4kh" wrote in message ... Sheet1 and Sheet2 have identical data on some rows. In Excel 2003, how do I find and remove all the rows on Sheet1 that are also on Sheet2? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy data from sheet2 to sheet1 when sheet2 has variable # of rows | Excel Discussion (Misc queries) | |||
how do copy "sheet1!A1+1 in sheet2 to sheet 3 and get "sheet2!A1+ | Excel Discussion (Misc queries) | |||
[=Sheet1!A1] - if i use Column A1 ('Sheet1') / A2 ('Sheet2') | Excel Worksheet Functions | |||
Referencing sheet1 from sheet2 | Excel Worksheet Functions | |||
merging sheet1 to sheet2 | Excel Worksheet Functions |