View Single Post
  #1   Report Post  
Greg B
 
Posts: n/a
Default Userform - Printing

Hi all I have a problem I am using the following code,

Private Sub cmdPrint_Click()
frmOrders.PrintForm
End Sub

How is it possible to get the userform to be printed in landscape

Thanks in advance

Greg