Application.DefaultLegalBlackline property (Word)
True for Microsoft Word to compare and merge documents using the Legal blackline option in the Compare and Merge Documents dialog box. Read/write Boolean.
Syntax
expression. DefaultLegalBlackline
expression A variable that represents an Application object.
Example
This example enables Word's Legal blackline option for comparing and merging legal documents.
Sub CreateLegalBlackline()
Application.DefaultLegalBlackline = True
End Sub
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.