Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the active printer.
Syntax
expression. FilePrintSetup( _Printer_ )
expression A variable that represents an Application object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Printer | Optional | String | The full name or port name of the active printer. |
Return value
Boolean
Example
The following example sets the active printer to the printer on the LPT1 port.
Sub SetActivePrinterToLPT1()
FilePrintSetup "LPT1:"
End Sub
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.