How to print the first page of a report

J

Jay

I have a report that has many pages. How can I print
the first page using vba?
I have been looking around and all looks complicated.
Is there a simple way to do it?
 
F

fredg

I have a report that has many pages. How can I print
the first page using vba?
I have been looking around and all looks complicated.
Is there a simple way to do it?

Look up the PrintOut method in VBA help.
 
J

Jay

fredg said:
Look up the PrintOut method in VBA help.


I did that before and found nothing. I will try again.
It must be there somewhere since you refer to it.

I did think up a quick way to do it. I copied and pasted
everything on my first page of the report to the Page Footer
and deleted every thing in the detail section. It worked.
 
J

Jay

Jay said:
I did that before and found nothing. I will try again.
It must be there somewhere since you refer to it.

I did think up a quick way to do it. I copied and pasted
everything on my first page of the report to the Page Footer
and deleted every thing in the detail section. It worked.


Ok I have it. Fairly easy.
 

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