> 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?

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
>> 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.
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.
Jay - 07 Mar 2007 03:18 GMT
>>> I have a report that has many pages. How can I print
>>> the first page using vba?
[quoted text clipped - 9 lines]
> 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.