Determining If Printer Is Ready

O

Orta's

Office XP developer and W2K.

Is there a snippit of vba code that can be used to determine if a default
printer is ready? We've tried message boxes: "Be sure your printer is
ready....", but users will be users.

Thanks for Looking
Bob
 
S

SA

Bob:

The PrintersClass in our "On the Fly Printing" allows you to check the
current default printer and as well as the status of the printer (e.g.
Ready, out of paper, Off line etc.). You'll find it on our web.
 
B

Bob

Thanks.

I am was hoping for a code sample not a product to purchase.

Thanks anyway.
Bob
 
Top