Hi all,
Is there a way to determine the last row where a chart object finishes
As I am trying to set a dynamic printing area and my chart change
height dependant on the data criteria.
TI
Tom Ogilvy - 21 Mar 2006 15:20 GMT
set rng = activesheet.ChartObjects(1).BottomRightCell
msgbox rng.row

Signature
Regards,
Tom Ogilvy
> Hi all,
>
[quoted text clipped - 3 lines]
>
> TIA
gti_jobert - 21 Mar 2006 15:35 GMT
Thanks Tom........works perfectly