printing

S

Steve

i print 5 pages from word then close word using a macro.
but when word close, it asks if i want to continue
printing.

is thier any wany to make it print without having that
msg pop up?
 
J

Jonathan West

Hi steve,

Steve said:
i print 5 pages from word then close word using a macro.
but when word close, it asks if i want to continue
printing.

is thier any wany to make it print without having that
msg pop up?

Yes. With the PrintOut method, make sure that the Background parameter is
set to False.
 
Top