View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Chris Wilkinson Chris Wilkinson is offline
external usenet poster
 
Posts: 28
Default Want Excel to not print blank rows.

it is not automatic, but if you you go into FilePage Setup... then Sheet
Tab, you will see a input called Print Area. You can specify exactly which
rows and columns you want to print
eg.
A1:E46
which would print just columns A:E from row 1 to 46

"ager_merityme" wrote:

meant =if(a2<100,a1+1,"")

ks.

"ager_merityme" wrote:

First, I'm working in an evironment where I cannot use macros.

I have a table showing ages in column A and various information to the right
of the ages with a summary line on row 82. The age column changes based on
actual persons age going up to 100. For instance, if the person is 55 then
the age column only fills down to row 46 using =if(a2<10,a1+1,"").

In this case, is there a way to get Excel, again without macros, to print
the document without the subsequent 'blank' rows where the summary line will
show just below the last actual age?

ks.