Code Snippets
Documents
Documents can have several windows and windows can have several panes.
Each document has at least one corresponding window associated with it.
ActiveDocument - Refers to the document that is currently active.
ThisDocument - Refers to the document that contains the code. This is only relevant to document-level solutions. If you have an application-level add-in then this is not relevant.
Windows
Each window contains a Panes collection containing all the corresponding Pane objects
Panes
Normally a window contains just one pane.
It is however possible to split a window into multiple panes. Each Pane is represented by its own Pane object.
Task Panes
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext