J
John
Hi there,
I'm currently having trouble with printing. The issue is that only the
first page is being printed out of a document that contains at least eight
pages? I'm using the following code:
Application.ActiveDocument.PrintOut PrintRange:=visPrintAll,
PrinterName:="Acrobat Distiller"
I assumed the "visPrintAll" would do the job but for some reason it only
chucks out the first page.
Any clues? (I'm running this code from a separate stencil that opens with
the file in question.)
Thanks once again.
John
I'm currently having trouble with printing. The issue is that only the
first page is being printed out of a document that contains at least eight
pages? I'm using the following code:
Application.ActiveDocument.PrintOut PrintRange:=visPrintAll,
PrinterName:="Acrobat Distiller"
I assumed the "visPrintAll" would do the job but for some reason it only
chucks out the first page.
Any clues? (I'm running this code from a separate stencil that opens with
the file in question.)
Thanks once again.
John