Please help to set print area automatically
Solved/Closed
D
-
Jun 7, 2010 at 10:37 AM
rizvisa1
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Please help to set print area automatically
- How to set up an automatic reply on outlook app - Guide
- LibreOffice - Automatically reduce transparency when printing - How-To - Office Software
- LibreOffice - Set the default resolution when printing bitmaps i - How-To - Office Software
- Set your Telegram account to automatically self-destruct - Guide
- How to set and print an A5 page in Word? - Guide
1 reply
rizvisa1
Jun 7, 2010 at 10:52 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Jun 7, 2010 at 10:52 AM
You can define the print area in this routine i think
This is the workbook level routine
Private Sub Workbook_BeforePrint(Cancel As Boolean)
End Sub
This is the workbook level routine
Private Sub Workbook_BeforePrint(Cancel As Boolean)
End Sub
Jun 7, 2010 at 03:35 PM
Thank you very much for your help, but this doesn't seem to be working. How do I get to the workbook level routine?
Jun 7, 2010 at 05:00 PM