Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Macro in Word 6.0

0 views
Skip to first unread message

jllo...@ftna.com

unread,
Oct 31, 1996, 3:00:00 AM10/31/96
to

I just want to know how to create a specific macro in Word 6.0.
I want to swap a printer to another one and want to be able
to go back to the previous printer.

example :
Let's say that I have the printer "P" in the printer setup window.
I want to put the value of "P" in X and then choose the printer Y;
print my document on the printer Y and then reconfigure my machine so
that next time I 'll still have the printer "X" (ie P) as the default printer.

Thanks a lot.

-----------------------------------------------------------------------
This article was posted to Usenet via the Posting Service at Deja News:
http://www.dejanews.com/ [Search, Post, and Read Usenet News!]

Jeff Pilch

unread,
Oct 31, 1996, 3:00:00 AM10/31/96
to


Check the online WordBasic help for the exact syntax,
and then try something like this:

Sub Main
FilePrintSetup .Printer=Printer Y on LPT2:
FilePrint
FilePrintSetup .Printer=Printer X on LPT1:
End Sub


0 new messages