View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
mully
 
Posts: n/a
Default User Form Landscape

Hi All

On a userform I have the following code

Private Sub CmdPrint1_Click()
UserForm1.PrintForm
End Sub

Is it possible without changing the print option in the control panel to
have the UserForm print in Landscape by adding to or changing the above code.

Thanks for any help

Cheers

Mully