Code Snippets


Get the Index number of the current section



Inserting Section Breaks





Removing Section Breaks

After running these lines of code the whole document will be selected.


The section object represents a section in a document, range or selection
Each of the Document, Range and Selection objects has a Sections property that returns a sections collection.



The Range parameter refers to the range before which the section break will be inserted
The Start is the type of section break to insert


An alternative way to insert a new section is using the InsertBreak method which applies to a Range or Selection object



When you insert a section break it is inserted immediately before the specified range or selection
However for the other types of breaks the range or selection is actually replaced


The Sections collection has a PageSetup property that returns a PageSetup object.
These settings are only accurate for all the settings that are common to all the sections in the sections collection.




First and Last




Define a range from the start of the document to the end of the first selected paragraph




© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext