Pdf Creator - Pages to print

Hello.
I'm trying to print with pdf creator (from access vba) from page ... to page ...., (with syntax like printJob.SetProfileSetting) but i haven't found any reference.
Thanks for help :slight_smile:

Hi,

this needs to be done in the access part of the VBA code, PDFCreator doesn't have any setting for this.
https://docs.microsoft.com/en-us/office/vba/api/access.docmd.printout looks like a promising resource for this.

Best regards

Robin