Group: microsoft.public.word.vba.general
From: Ed from AZ
Date: Saturday, April 12, 2008 1:54 PM
Subject: Print file with FSO?

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