Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Output Multiple Reports to PDF

Status
Not open for further replies.

Jaimito01

ISP
Dec 15, 2008
3
US
I need a code to be able to output several reports to several pdf files.
The source of the reports are 30 queries identified with numbers 1 to 30.
I need to email this reports so I just don't want to print the reports to pdf but output them to a file. If I have the email addresses of where each of these 30 reports should go to in a table, can I include the email address in the routine?
 
Have you tried a search? There is quite a bit on outputting reports to PDFs and email.
 
Yes I have tried, but can't find nothing similar, even though I think it is something a lot people might have been faced with.
I actually need to automote the SEND OBJECT (in PDF) with VBA loop, buy don't know now.
 
I was thinking something more of in these terms:

A code that will loop 30 times that will send 30 individual reports converted to pdf (it can be XLS output format too) by email to 30 different recipients whose email addresses are stored in a table with numbers 1 to 30. Each report is named 1 to 30 too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top