M
Mark Tangard
A long shot, maybe: Is there way, maybe using Shell, to print a PDF file from
VBA code?
Goal: To print all PDFs in a folder *in order* (alpha by filename), in a way
that doesn't require opening each one or combining them into a large file(s).
Selecting multiple PDF files from an Explorer window and clicking File-> Print
does in fact send them to printer, but the print in some bizarre order I can't
discover!
Can I use VBA's FileSearch property to collect the filenames & then call another
macro within that loop that sends each file to the printer, with a DoEvents line
(or some equivalent to Background:=False) after each one, so they'll print one
at a time?
Is this clear? Is there an easier way somewhere?
Word 2003, WinXP, Acrobat 6.0 standard.
Thanks in advance
Mark Tangard
VBA code?
Goal: To print all PDFs in a folder *in order* (alpha by filename), in a way
that doesn't require opening each one or combining them into a large file(s).
Selecting multiple PDF files from an Explorer window and clicking File-> Print
does in fact send them to printer, but the print in some bizarre order I can't
discover!
Can I use VBA's FileSearch property to collect the filenames & then call another
macro within that loop that sends each file to the printer, with a DoEvents line
(or some equivalent to Background:=False) after each one, so they'll print one
at a time?
Is this clear? Is there an easier way somewhere?
Word 2003, WinXP, Acrobat 6.0 standard.
Thanks in advance
Mark Tangard