I started with
But cannot figure out to implement to delete rows in Sheet1 once they are copied.![]()
Please Login or Register to view this content.
I started with
But cannot figure out to implement to delete rows in Sheet1 once they are copied.![]()
Please Login or Register to view this content.
rng.EntireRow.delete
Try this:
![]()
Please Login or Register to view this content.
---
Hans
"IT" Always crosses your path!
May the (vba) code be with you... if it isn't; start debugging!
If you like my answer, Click the * below to say thank-you
Also don't forget at the end of your code.
![]()
Please Login or Register to view this content.
Thank you for the solution.
The problem occurs if two cells containing "Finished" are bellow each other (eg. E8, E9), it copies and deletes only one, therefore have to click macro twice.
Then you'll have to rewrite your macro to go from bottom to the top?
This task should be done using a filter. No need to loop and complicate the job. No even need a code.
Option Explicit
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks