View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
suyog_linux suyog_linux is offline
external usenet poster
 
Posts: 7
Default Deleting excel rows based on multiple criteria

Hi All,

I am looking for hel to delete data from one of the huge excel file I
have.
Actually, I have two excel files, one contains data regarding Users
with UserName as primary key and other excel file contains some of
user ID's which also exist in first file.

I would like to get help with a VBA code which will take inputs from
one of the excel file search for that UserName in the file and delete
the whole row if UserName is matched.

Appreciating the help in this regard.

Thanks,
Suyog Shah