Hello, I'm working with a document with most of the pages having portrait orientation but some have landscape. This document has many tables and I want to make all the tables the same size and position (this I know how to do). There are special tables on the landscape pages that I want to leave alone. Is there a way for me to see the orientation of a single page? It seems ActiveDocument.PageSetup.Orientation is meant to check the orientation of the whole document. Ideally I want to iterate through all the tables and use an if statement to skip the ones that are found on landscape pages. Any advice is greatly appreciated.