I am trying to write a macro that will copy data stored in every 600 rows to a new spreadsheet - i have tried to upload a trimmed version of the spreadsheet but the up loader is not working for me!

The spreadsheet contains 450,000 rows of data; column A is time, column B is signal response.

i would like to write a macro that copies every 600 rows of data (A1:B600, A601:B1200, A1201:B1800, etc) to a new spreadsheet tab.

For example:
sheet 1 - select A1:B600 (copy), sheet 2 A1 (paste)
sheet 1 - select A601:B1200 (copy), sheet 2 C1 (paste)
sheet 1 - select A1201:B1800 (copy), sheet 2 E1 (paste)
ect....for every 600 rows until all data is copied.

I have limited experience with excel macros - the only way i know how to do this is by writing code for action. I was hoping that someone could help write code that is more automated

thanks in advance