Copy rows until meet given line
Solved/Closed
Related:
- Copy rows until meet given line
- Google meet download for pc - Download - Video calls
- Google meet camera not working - Guide
- How to delete rows and columns in word - Guide
- Google meet extension - Guide
- Excel insert multiple rows - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Aug 5, 2010 at 12:52 PM
Aug 5, 2010 at 12:52 PM
You have to loop thru all the rows. As you loop, mark the starting point and then when you find that flag has been found where new data starts, mark one row less than current spot as end point
Now copy the rows between start point and end point
add it to new worksheet
make the last end point as new start point
Rinse and repeat
Now copy the rows between start point and end point
add it to new worksheet
make the last end point as new start point
Rinse and repeat
Aug 6, 2010 at 04:16 AM
Stix