question

BernhardZweifel-2715 avatar image
0 Votes"
BernhardZweifel-2715 asked BernhardZweifel-2715 commented

MS Access Outputto

Hi,

my VBA Code with Outputto as pdf works just fine. If I have a large number of file to be created, the Acrobat reader crashes on to many files to be displayed. Is ther an output option that does not open the files but just saves them according to the path given?
Thanks for any hint how to solve this problem.
Regards, Bo

office-vba-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KenSheridan-7466 avatar image
0 Votes"
KenSheridan-7466 answered BernhardZweifel-2715 commented

The OutputTo method includes an AutoStart argument. If this is set to False (the default) the PDF file will not open in its associated application.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks! Perfect!

0 Votes 0 ·