$$Excel-Macros$$ VBA code - required - Printout directly from a folder

2009-12-14 Thread Vinod N
Hi Excel Gurus, Many image files(tif)(say 200 files) will be pasted in a particular folder through fax server and i need to take printout of the same and also keep a log/list of image that has been printed. Can a code be created such that i can click a button and the files from that printer are

Re: $$Excel-Macros$$ VBA code - required - Printout directly from a folder

2009-12-14 Thread rf1234 rf1234
MODULE1 Option Explicit 'In input box assign the path i.e c:\tc\bin 'for more help u can contact directly at rfhyd1...@gmail.com Sub Batch_Print() Dim Input_Dir, Print_File As String Input_Dir = InputBox _ (Input directory path