MartyConnelly
martyconnelly at shaw.ca
Sun Apr 17 13:42:58 CDT 2005
I came across this site when I was looking for a method to print tiff files from Access. This is a list of print association methods and their calls that can be used from Shell to print on your default printer like fdf pdf txt psd png etc. These guys produce a good batch print scheduler. http://www.traction-software.co.uk/batchprint/associations.htm For example to print a list of tiff files. Sub testprinttiff() Dim filepath As String filepath = "C:\Temp\VS.tif" Shell ("C:\Program Files\IrfanView\I_VIEW32.EXE " & filepath & " /print") End Sub -- Marty Connelly Victoria, B.C. Canada