Hi all,
I have a document that is hundreds of pages long. I'd like split and save every 2 pages. I'd like to save each document using the first line of text on every odd page.
See example below:
Page 1 and 2 - Save as a .docx based on the first line of text on page 1.
Page 3 and 4 - Save as a .docx based on the first line of text on page 3.
Page 5 and 6 - Save as a .docx based on the first line of text on page 5.
Page 7 and 8 - Save as a .docx based on the first line of text on page 7.
Page 9 and 10 - Save as a .docx based on the first line of text on page 9.
...this would repeat until all pages have been saved.
Please let me know if there is macro available that would accomplish this. Thank you!!