MattJTyler
Programmer
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
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