Compares all the Cells in a specific column in WorkBookA to all Cells in a
specific column in multiple sheets in WorkbookB
If a match is found in B, remove the entire Row in WorkbookA
Thanks in advance for any help
Michael
1) Workbook A has one Sheet. I want to compare FROM Column A in that Sheet
2) Workbook B has ~100 Sheets. I want to compare TO Column A in every sheet
in that Workbook
I want to start with WorkBookA:A1 and then search in every ColumnA n
WorkBookB to see if there is a match.
If Match:
Remove AN-DN in WorkbookA (e.g. if it found a match for WorkbookA:A100 in
WorkbookB (in any Column A) it would removed WorkbookA:A100-D100
If No Match:
Compare next WorkBookA:AN+1
The additional parameter is that in WorkBookB the Cells can contain more
info then just the string searching for so it would have to be something like;
WorkBook:AN String CONTAINED in WorkbookB:AN (so if there was additional
information in that cell it would still be a match.
I am using Excel 2007
Hope this helps :)