I have a program that prints stuff from Excel to Word so that it creates a table and keeps adding row to the table until what I'm "printing" to Word runs out. Sometimes this "print" is so long that it doesn't fit to the first page. I'm ok with that, but how do I say to Word that "Look, don't split the cell. If it doesn't fit to the first page, throw the whole cell to the next page".
Oh and I checked this one and although it is close, it doesn't answer to my specific question.
https://www.msofficeforums.com/vba/6...-one-page.html
since that keeps the whole table on one page, I'd be asking keeping only one cell on one page.