I'm trying to write a macro that will let me find a folder and simply
print each file in that folder to the default printer. The files are
PDFs. Using the FileSystemObject, I can get the Folder and File
objects. But I can't seem to find a "Print" method in there
anywhere?? WHat do I use?
Ed