Howdy Tek-Tippers!
I'm hoping to tap into that vast wealth of knowkedge again.
Here' my question / dilemma:
I've got an EXCEL/VBA module that generates hardcopy, along with other (PDF, CSV, TXT, etc.) files for multiple "entities".
I've got all of the error handling in place (since this is a proprietary module), but my problem is that I'm aborting the code sometimes for unforeseen printer issues. The latest appears to be a spooler (possibly full) issue, but I'm not sure. I've instructed my customer to select the "begin printing immediately" option, but I can't depend on that in every case.
I've reluctant to put in an error-handler for a "1004 - printout method failed", because it could be for a number of reasons.
Any suggestions?
Thanks in advance!!
TMKTECH
I'm hoping to tap into that vast wealth of knowkedge again.
Here' my question / dilemma:
I've got an EXCEL/VBA module that generates hardcopy, along with other (PDF, CSV, TXT, etc.) files for multiple "entities".
I've got all of the error handling in place (since this is a proprietary module), but my problem is that I'm aborting the code sometimes for unforeseen printer issues. The latest appears to be a spooler (possibly full) issue, but I'm not sure. I've instructed my customer to select the "begin printing immediately" option, but I can't depend on that in every case.
I've reluctant to put in an error-handler for a "1004 - printout method failed", because it could be for a number of reasons.
Any suggestions?
Thanks in advance!!
TMKTECH