L'oggetto printer lo usi per settare la stampante.
Per stampare il form usa il metodo del form stesso:
PrintForm
Esempio :
Ciao,codice:Private Sub Command2_Click() Printer.Orientation = VBRUN.PrinterObjectConstants.vbPRORLandscape Me.PrintForm End Sub![]()