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.
True if formatting from table of authorities entries is applied to the entries in the specified table of authorities. Read/write Boolean.
Syntax
expression. KeepEntryFormatting
expression An expression that returns a 'TableOfAuthorities' object.
Remarks
Corresponds to the \f switch for a Table of Authorities (TOA) field.
Example
This example removes the formatting from the entries in the first table of authorities of the active document (the \f switch is added to the TOA field).
If ActiveDocument.TablesOfAuthorities.Count >= 1 Then
ActiveDocument.TablesOfAuthorities(1) _
.KeepEntryFormatting = False
End If
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.