Search found 2 matches
- Mon Jan 28, 2013 10:29 pm
- Forum: Programming
- Topic: Can't get printto syntax correct
- Replies: 0
- Views: 74593
Can't get printto syntax correct
I call the printing Sub with the following: Call PrintEmailwithBullzip(strPutInFolder, Filename) I check Runonce.ini each time thru the loop (the test folder has four emails in it) and the output value is correct each time. Here's an example of the output line: Output=C:\Cases\_Process\CE RE- Thank ...
- Mon Jan 28, 2013 6:40 am
- Forum: Programming
- Topic: Bullzip command line quotation marks
- Replies: 1
- Views: 24756
Re: Bullzip command line quotation marks
Hoping to piggyback onto this thread. I've used the code with your change. My code is now: Sub PrintEmailwithBullzip(ByVal strPutInFolder, ByVal Filename As String) Dim fso As New FileSystemObject Dim cff As New Bullzip.PDFPrinterSettings 'cff.SetPrinterName ("Bullzip PDF Printer") 'Set fl...