|
-
Jan 5th, 2006, 02:47 PM
#1
Thread Starter
Member
VB Excel Userform - print in Landscape
Hello
I am having trouble printing my user form in landscape view. here is my code...
Private Sub cmdPrint_Click()
With InputForm
.PageSetup.Orientation = xlLandscape
.PrintForm
End With
End Sub
"Method or Data member not found" this is the error message i am getting..
thank you in advance...
Pretty Gal
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|