ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   User form - print Landscape (https://www.excelbanter.com/excel-programming/349475-user-form-print-landscape.html)

Priya Menan

User form - print Landscape
 
how do i print my userform in landcape.
here is my code

Private Sub cmdPrint_Click()
With InputForm
..PageSetup.Orientation = xlLandscape
..PrintForm
End With
End Sub

I am getting an error saying "object required"

Thank you in advance..

Priya

*** Sent via Developersdex http://www.developersdex.com ***

Dave Peterson

User form - print Landscape
 
Jim Rech posted this:
http://groups.google.co.uk/group/mic...ecede71e783f53

or
http://snipurl.com/lasc

Priya Menan wrote:

how do i print my userform in landcape.
here is my code

Private Sub cmdPrint_Click()
With InputForm
PageSetup.Orientation = xlLandscape
PrintForm
End With
End Sub

I am getting an error saying "object required"

Thank you in advance..

Priya

*** Sent via Developersdex http://www.developersdex.com ***


--

Dave Peterson


All times are GMT +1. The time now is 11:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com