M
Michael J. Strickland
Is there a way to move a table to a different page using VBA?
I can set the Vertical position with:
tbl.Rows.VerticalPosition = ...
but this only moves the table on its current page.
I can set the Vertical position with:
tbl.Rows.VerticalPosition = ...
but this only moves the table on its current page.