Report preview - move to the last page

  • Thread starter Thread starter PavelKo
  • Start date Start date
P

PavelKo

Hi,

does anybody know how to move to the last page in report preview?

I tried to set Page property to Pages, but did nothing.

Thanks for any help.

Pavel K.
 
Pavel,

If you put the below code in the Open event procedure of
the report, the last page will be displayed every time the
report is opened.

SendKeys "{End}"
 
Back
Top