View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jamie.cutting@mouchelparkman.com is offline
external usenet poster
 
Posts: 17
Default Set Number of Rows in Print Area

Im currently using

=OFFSET(processed!$A$1,0,0,MAX(IF(LEN(TRIM(process ed!$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