> Can't you just open the folder in Windows Explorer, select all the files
> you want to print, then right-click, and select Print?
This macro is part of a development whereby a tutor can place specify a list
of files in a folder to be printed for a set of course handouts or a manual.
They will be able to specify the number of copies of each file, whether
some will be printed in portrait / landscape , 1 / 2 sided, collated /
uncollated. They will be able to state how many print runs are required and
whether the files are to be collated or uncollated.
I have found snippets and sample code to set up the print management, but if
I can't ensure the order of the printing. all the other bells & whistles are
pretty pointless!
Jonathan West - 18 Oct 2006 15:10 GMT
>> Can't you just open the folder in Windows Explorer, select all the files
>> you want to print, then right-click, and select Print?
[quoted text clipped - 9 lines]
> if I can't ensure the order of the printing. all the other bells &
> whistles are pretty pointless!
This article shows you how to get a list of the files in a folder
Find & ReplaceAll on a batch of documents in the same folder
http://www.word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
Of course, you will want to replace the find/replace code with whatever you
need to do instead.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Steve2006 - 20 Oct 2006 17:23 GMT
Try this link
https://sourceforge.net/projects/folderprint
I hope this helps.