philbennison
Registered User.
- Local time
- Today, 12:09
- Joined
- Nov 10, 2004
- Messages
- 49
Hi all,
I have an excel spreadsheet, when a macro is run it opens a form and produces a list of random items. When a command button is pressed, it prints out the form
The problem is that it prints in potrait. How do i get it to print in landscape every time ??
I read on this forum that you go into the form design mode, click file and page setup but this does not appear on my list
Please help !!!!!
The code to print is
Private Sub CommandButton1_Click()
PrintForm
End Sub
Phil
I have an excel spreadsheet, when a macro is run it opens a form and produces a list of random items. When a command button is pressed, it prints out the form
The problem is that it prints in potrait. How do i get it to print in landscape every time ??
I read on this forum that you go into the form design mode, click file and page setup but this does not appear on my list
Please help !!!!!
The code to print is
Private Sub CommandButton1_Click()
PrintForm
End Sub
Phil