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 a Long which represents the number of pages for each booklet. Read/write Boolean.
Syntax
expression. BookFoldPrintingSheets
expression An expression that returns a PageSetup object.
Example
This example turns the active document into a booklet that will print in sixteen-page booklets.
Sub Booklet()
With PageSetup
.BookFoldPrinting = True
.BookFoldPrintingSheets = 16
End With
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.