How to print multiple copies of a WORD document in normal order
for example, while I need to print i.e. 3 copies of i.e. 5-paged document, Microsoft word prints in such order:
1
1
1
2
2
2
.......
however, I wanted it to printed copies not such messed, but:
1
2
3
4
5
1
2
3
4
5 ......
Solution 1:
You can choose it in the print menu with the collated/uncollated option.