ChubbyPenguin
New Member
- Joined
- Dec 8, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi, I'm trying to log times when certain sections of a sheet are printed. I can use the Workbook_BeforePrint event to trigger the macro, but ActiveSheet.Range("Print_Area").Address gives the entire set print area instead of the specific printed range. I can use the selected range, but there's always a chance a specific "page" of the print area is printed instead of the selection.
Is there a way to target the printed range instead of the entire print area? Preferrably looking for a solution without implementing a button and an input for a page/range if it's possible.
Is there a way to target the printed range instead of the entire print area? Preferrably looking for a solution without implementing a button and an input for a page/range if it's possible.