Changing the Print in Word with just the printer Path

D

donald

Changing the Print in Word with just the printer Path

aka the path is \\server1\printer1 and i want my Document to print
there

Within my code which is vb. I have open add text to the document so I
just need to change the print to \\server1\printer1.

Any help please

Thanks

Donald
 
J

Jonathan West

donald said:
Changing the Print in Word with just the printer Path

aka the path is \\server1\printer1 and i want my Document to print
there

Within my code which is vb. I have open add text to the document so I
just need to change the print to \\server1\printer1.

Any help please

Thanks

Donald

Changing the selected (current) printer in Word without changing the system
default printer
http://www.word.mvps.org/FAQs/MacrosVBA/ChangeCurPrinter.htm


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top