Is there a way to check the printer's status- whether it is on or off by using the printer object?
I am trying to print a report from access in VBA- but if the printer is off I don't want the code to hang (I can't do on error resume next because there is other code that I don't want it to resume on ) - but I need to know if the printer is off because I will then send the user an email letting him know that his printer was off and program was unable to print the report - at that point the program would be able to continue running ok.
I am trying to print a report from access in VBA- but if the printer is off I don't want the code to hang (I can't do on error resume next because there is other code that I don't want it to resume on ) - but I need to know if the printer is off because I will then send the user an email letting him know that his printer was off and program was unable to print the report - at that point the program would be able to continue running ok.