using A2000ReportToPDF to print and save all reports in a database

  • Thread starter Thread starter wds
  • Start date Start date
W

wds

Hello All.

I am using the Stephen Lebans A2000ReportToPDF converter and it works
VERY well. My question is is there a way to use this utility where
you click the button and it will convert ALL of the reports and save
them to a specific directory?

Currently I have to click one by one for al 60 of my reports.

Thanks in advance for any help.

D
 
I figured it out. Change code To:

blRet = ConvertReportToPDF(Me.lstRptName, vbNullString, _
"C:\" & Me.lstRptName.Value & ".pdf", False, False, 0, "", "", 0, 0)
 
Back
Top