Options.RevisionsBalloonPrintOrientation property (Word)

Returns or sets a WdRevisionsBalloonPrintOrientation constant that represents the direction of revision and comment balloons when they are printed. Read/write.

Syntax

expression. RevisionsBalloonPrintOrientation

expression Required. A variable that represents an Options object.

Example

This example prints documents with comments in Landscape format with the revision and comment balloons on one side of the page and the document text on the other.

Sub PrintLandscapeCommentBalloons() 
 Options.RevisionsBalloonPrintOrientation = _ 
 wdBalloonPrintOrientationForceLandscape 
End Sub

See also

Options Object

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.