Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the characters (up to five) that separate individual page references in a table of authorities. Read/write String.
Syntax
expression. PageNumberSeparator
expression An expression that returns a 'TableOfAuthorities' object.
Remarks
The default is a comma and a space. Corresponds to the \l switch for a Table of Authorities (TOA) field.
Example
This example formats the tables of authorities in the active document to use a comma as the page separator (for example, "9,12").
For Each myTOA In ActiveDocument.TablesOfAuthorities
myTOA.PageNumberSeparator = ","
Next myTOA
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.