Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In my application it's important for one worksheet to be ONLY two pages long
and yet have the row height be the maximum it can be. I'd like to build a loop to vary the row height but can't find how to access the page number I see in gray in the background of the page break view. (any other page number would also be fine.) the gist of the desired logic is: ( in 'pseudo' code) rows("1:" & lastrow).rowheight = big_number ' to be more than 2 pages do until pages = 2 big_number = big_number - .5 loop If there are other techniques, as always, any help is much appreciated. -- Neal Z |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove big gray page number on Page Break Preview??? | Excel Discussion (Misc queries) | |||
How do I remove the big page number on the Page Break Preview | Excel Discussion (Misc queries) | |||
change page number watermark in page break preview | Excel Discussion (Misc queries) | |||
change and/or remove page number watermark in page break preview | Excel Discussion (Misc queries) | |||
Hiding the page number in page break preview background. | Excel Discussion (Misc queries) |