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}"
 

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

Back
Top