ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Print Area Resizing (https://www.excelbanter.com/excel-programming/282364-print-area-resizing.html)

Mike[_62_]

Print Area Resizing
 
Hi,

Is there a way of setting a variable print area that the area can grow or
diminish depending on rows being added or deleted? There are a fixed number
of columns so columns are no problem. I want to pop this in a macro within
this worksheet as a before print macro so that it only prints what I want it
to print. I hope I have explained the problem clearly.



Don Guillett[_4_]

Print Area Resizing
 
Use a defined name for the printrange
insertnamedefinename it something like myprintrange
in the refers to box
=offset($a$1,0,0,counta($a:$a),6)
will print from a1:e? which automatically adjusts to the rows in col A
now you can use the FILE menu to set that as your printrange or put in the
before print event of the ThisWorkbook module
--
Don Guillett
SalesAid Software

"Mike" wrote in message
...
Hi,

Is there a way of setting a variable print area that the area can grow or
diminish depending on rows being added or deleted? There are a fixed

number
of columns so columns are no problem. I want to pop this in a macro within
this worksheet as a before print macro so that it only prints what I want

it
to print. I hope I have explained the problem clearly.





Mike[_62_]

Print Area Resizing
 
thanks Don, will try this
"Don Guillett" wrote in message
...
Use a defined name for the printrange
insertnamedefinename it something like myprintrange
in the refers to box
=offset($a$1,0,0,counta($a:$a),6)
will print from a1:e? which automatically adjusts to the rows in col A
now you can use the FILE menu to set that as your printrange or put in the
before print event of the ThisWorkbook module
--
Don Guillett
SalesAid Software

"Mike" wrote in message
...
Hi,

Is there a way of setting a variable print area that the area can grow

or
diminish depending on rows being added or deleted? There are a fixed

number
of columns so columns are no problem. I want to pop this in a macro

within
this worksheet as a before print macro so that it only prints what I

want
it
to print. I hope I have explained the problem clearly.








All times are GMT +1. The time now is 06:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com