Set Number of Rows in Print Area

  • Thread starter Thread starter jamie.cutting
  • Start date Start date
J

jamie.cutting

Im currently using

=OFFSET(processed!$A$1,0,0,MAX(IF(LEN(TRIM(processed!$A$1:$A
$1000))>0,ROW(processed!$A$1:$A$1000),0)),32)

to dymanically set the print area under the
Insert.Name.Define.PrintArea menu.

Can anyone suggest how I can set this to print 50 rows per sheet as my
the number of rows I need to print is costantly expanding I want to
avoid having hundreds of rows printing to 1 page.

Many thanks for any help

Jamie
 
Really shouldn't be trying to print them all to one page, if you go to
File-Page Setup check that its not set to "Fit to 1 page wide by 1
tall" under scaling
 
Really shouldn't be trying to print them all to one page, if you go to
File-Page Setup check that its not set to "Fit to 1 page wide by 1
tall" under scaling

A school boy error on my behalf, thanks for your lateral thinking.

Kind regards

Jamie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Set Print Area with Dynamic Start Point 2
VBA to set dynamic print area 1
Setting Print Area 5
Set Print Area 3
Setting Print Area 1
Set Print Area 1
AutoFill Row Numbers & Print Area 3
Dynamic Print Area 5

Back
Top