I posted this problem a few days ago, here.
Now that I understand the problem a little better, I’m posting it again (hopefully a little clearer)
I have a macro that performes a simple task. It matches rows from sheet2 with rows in sheet1 if their respective value in column A match.
However, when I have a lot of data, I get a memory error and can't run the code.
This is an example of a smal dataset (the line that causes the error):
My question: Is there a way to break this up into several separate operations?![]()
Please Login or Register to view this content.
E.g. first find matches for row 1 and 2, then row 3 and 4, etc.
I’m stuck, so I appreciate all feedback!![]()
Bookmarks