How many rows fit a page

V

vik

Is there any way to find out how many row with different
row heights will fit in a Print page .
Thank for your help
 
T

Tom Ogilvy

find the location of the first horizontal page break.

? activesheet.Hpagebreaks(1).location.Address
$A$53

Just note that unless there will be more than one page, this will return an
error.
 
V

vik

Thank you, Tom
-----Original Message-----
find the location of the first horizontal page break.

? activesheet.Hpagebreaks(1).location.Address
$A$53

Just note that unless there will be more than one page, this will return an
error.

--
Regards,
Tom Ogilvy





.
 

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

Top