newprogamer
Programmer
Hello Everyone,
Does anyone know how to print a user form in landscape? Below is the code that I am using.
Thanks,
NewProgrammer
Does anyone know how to print a user form in landscape? Below is the code that I am using.
Code:
Private Sub cmdPrintGeneral_Click()
Me.PrintForm
End Sub
Thanks,
NewProgrammer