Hello, hoping this is an easy solve for you guys!
I have a spreadsheet where I need to regularly copy the bottom half of it to a new spreadsheet while leaving the top half's data behind. The sections are separated by a row of cells with the green color (5296274).
I am thinking this should be an if statement such as (If cell.Interior.color = 5296274 Then) but can't figure out how to tell it to cut and paste the next 50 rows below the green row to the new sheet. Not sure this warrants a loop but looking forward to your solutions. Thanks!
I have a spreadsheet where I need to regularly copy the bottom half of it to a new spreadsheet while leaving the top half's data behind. The sections are separated by a row of cells with the green color (5296274).
I am thinking this should be an if statement such as (If cell.Interior.color = 5296274 Then) but can't figure out how to tell it to cut and paste the next 50 rows below the green row to the new sheet. Not sure this warrants a loop but looking forward to your solutions. Thanks!