Hi everybody!
I've got to copy ~350 rows of data (individually) from one worksheet to another if the value of cell1 in the source row matches the cell1 value of the target row.
At the moment I am running two "For ... Next" loops within each other
As you can expect, browsing through 2x 350 rows and updating each of them in this way is not really high-performance code.![]()
Please Login or Register to view this content.
How would you tackle that? What's the fastest way to realize this?
Happy to hear your ideas!
Best regards,
Andreas
Bookmarks