Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.PrintOut - more than 1 copy printed

Status
Not open for further replies.

MattJTyler

Programmer
Nov 7, 2001
4
GB
I've written some VBA code to print out the email using
the .PrintOut VBA command, e.g.

objSentMailItem.PrintOut

A couple of the users are complaining that more than one
copy is printed even though I've stepped through the code
and there is only one .PrintOut command.

I can't recreate it on my machine.

I watched the print queue on one users's machine and only
1 document went through with 1 page, yet 2 copies
printed. Seems to be linked with HP printers connected directly to the machine (i.e not on the network).

Anyone know why this is happening?

Using Win2000 and Office2000 SR1
 
What driver is being used for the printer? I have found that regressing to an HP 4SI driver clears up most HP printer issues with VBA, or at least lets you know if the driver is the culprit.

my $.02

Jude
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top