Hi
Ive tried to use the printer object papersize property but it gets ignored when printing with the data report designer.
Here is part of my code:
Printer.PaperSize = vbPRPSA4
rptSummary.Orientation = rptOrientLandscape
rptSummary.Show vbModal
Is there an API I could use instead?
Any help would be much appreciated,
Thanks
Chris
Ive tried to use the printer object papersize property but it gets ignored when printing with the data report designer.
Here is part of my code:
Printer.PaperSize = vbPRPSA4
rptSummary.Orientation = rptOrientLandscape
rptSummary.Show vbModal
Is there an API I could use instead?
Any help would be much appreciated,
Thanks
Chris