I have an excel list of 750 family addresses that a charity will be delivering Thanksgiving dinners to. I need to hand a page of 5 families to 150 different drivers.
Is there a way to automatically print rows 1-5 on one page, then 6-10 on the next page etc. until all 750 families are printed?
Tried using a large bottom margin but doesn't work consistently as some rows have a larger amount of text about the families that others.
This can be easily done with a macro.
Paste the following code.
This will format the sheet to add a page break after every five rows, resulting in 150 sheets with 5 addresses each.
That being said, that's 150 sheets for just 5 addresses. Would 2 groups of five addresses on one sheet and manually cutting them in half suffice? :)