View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ashel ashel is offline
external usenet poster
 
Posts: 1
Default Help on deleting rows using Macros

I have two workbooks in the following fashion:

Workbook1/Sheet1 Workbook2/Sheet1
aaa aaa
bbb bbb
ccc
ddd
eee

I want the macro to delete the values in Workbook1/Sheet1/Col1 if they match
with the values ith Workbook2/Sheet1/Col1.

Thanks for your help.