How to split spreadsheet into multiple spreadsheets with set number of rows?
问题 I have an Excel (2007) spreadsheet with 433 rows (plus the header row at the top). I need to split this up into 43 individual spreadsheet files with 10 rows each and one with the remaining 3 rows. It would be preferable to have the header row at the top of each spreadsheet as well. How can I accomplish this? FYI, I am a bit of a newbie when it comes to "higher level" Excel functions like this. Thanks! 回答1: Your macro is just splitting all the rows in the selected range, including the header