View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
vik vik is offline
external usenet poster
 
Posts: 2
Default How many rows fit a page

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


"vik" wrote in

message
...
Is there any way to find out how many row with

different
row heights will fit in a Print page .
Thank for your help



.