AcPrintRange enumeration (Access)
Used with the PrintOut method to specify the range to print.
Name | Value | Description |
---|---|---|
acPages | 2 | A specific range of pages will be printed. Use the PageFrom and PageTo arguments to specify the range of pages to print. |
acPrintAll | 0 | Prints all of the object. |
acSelection | 1 | Prints the selected part of the 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.