Bruno_x
Active Member
- Joined
- Feb 17, 2002
- Messages
- 491
Once a week I need to print multiple (from 2 to 75 and more) tif files stored on my HD
The files are all named in this way : xxxxx-yy.tif
where xxxxx is a 5 character number and y is the pagenr.
example : 01254-1.tif, 01254-2.tif,..., 01254-12.tif
For the moment I use some VBA code to filter the tif-names, I import the selected files and print them. (=quite slow)
My question : is there a way to print the files directly to the printer instead of import & print ?
I'm looking for an alternative in VBA for this : http://www.anzio.com/support/documentation/printwizprog.htm
(this Print Wizard only prints text-based files)
The files are all named in this way : xxxxx-yy.tif
where xxxxx is a 5 character number and y is the pagenr.
example : 01254-1.tif, 01254-2.tif,..., 01254-12.tif
For the moment I use some VBA code to filter the tif-names, I import the selected files and print them. (=quite slow)
My question : is there a way to print the files directly to the printer instead of import & print ?
I'm looking for an alternative in VBA for this : http://www.anzio.com/support/documentation/printwizprog.htm
(this Print Wizard only prints text-based files)