Forum Discussion
byloom
Sep 22, 2022Copper Contributor
Personalize Output Print based on the las row with data and Printer Setting
Dear All, i have a woorkbook with N sheets i have one file where i can select the sheet to print and use a button to print the sheet i select, i can select also multiples sheets. i am using this...
byloom
Sep 22, 2022Copper Contributor
first of all thank you so much, where i must add the code? thank u for your support and help appreciate
HansVogelaar
Sep 22, 2022MVP
- byloomSep 22, 2022Copper Contributorok thank you so much, and if i want to print a range from like from A1 to M50 how i can set it please? appreciate
- HansVogelaarSep 22, 2022MVP
Somewhere between the lines
With ActiveSheet.PageSetup
and
End With
insert
' Set print area .PrintArea = "$A$1:$M$50"
- byloomSep 23, 2022Copper Contributorthank you so much, is not working i sent you a dm appreciate