I have been able to achieve this many different ways, but my methods become obsolete if there are too many rows.
My first attempt was something like this:
This worked fine for smaller groups of data, but with 150,000 rows, this code brings my computer to its knees. I also tried using .Find, and it got even slower.. My final attempts were with Scripting.Dictionary and FileSystemObject, seemed as if they would have worked much better, but I couldn't quite get either to work correctly.![]()
Please Login or Register to view this content.
So if anyone can code a search that can look through > 200,000 rows
-Find a match,
-Select the first blank row on Results Sheet,
-Return the entire row of corresponding data from sheet1,
-Skip a column, and continue adding the entire row of corresponding data from sheet2 (so that everything is on the same row)
-repeat for all occurrences of all strings in ColumnA of a list sheet
it would be greatly appreciated!
Bookmarks