Hi,
I'm working on VBA code to achieve the following:
- In Worksheet "One", search a column for values that are greater than specified
- If the criteria is met, then copy columns 2 and 4 to destination specified in Worksheet "MASTER"
The issue I am having is that the code takes a very long time to execute because there are so many rows to check in Worksheet "One" (over 12K)
Is there a way for me to make the code below more efficient?
Any pointers would be greatly appreciated
![]()
Please Login or Register to view this content.
Bookmarks