Application.FilePrintSetup method (Project)
Specifies the active printer.
expression. FilePrintSetup
( _Printer_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Printer | Optional | String | The full name or port name of the active printer. |
Boolean
The following example sets the active printer to the printer on the LPT1 port.
Sub SetActivePrinterToLPT1()
FilePrintSetup "LPT1:"
End Sub
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.