I have a macro that will process multiple rows of data. It goes line 2, then line 3, then line 4...etc.. The problem is each row takes 21s to process and I have 65,000 rows. I don't mind letting it run but due to other things I'll need to STOP the macro. I've tried the esc button or controlBreak but it takes about 2 minutes to "catch up" and actually stop. This is working fine.
Is there a way to tell the macro to process 10 or 20 (or however many) rows at a time and then stop and wait for the button to be pressed again to resume?
Also noteworthy: I have it set up so it processes a row and then cuts/pastes said row into a different sheet. Then goes to next available line and does it again.
Is there a way to tell the macro to process 10 or 20 (or however many) rows at a time and then stop and wait for the button to be pressed again to resume?
Also noteworthy: I have it set up so it processes a row and then cuts/pastes said row into a different sheet. Then goes to next available line and does it again.