Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-10-2009, 05:04 PM
brucemc brucemc is offline
Registered User
 
Join Date: 27 Mar 2006
Posts: 68
brucemc is becoming part of the community
Default printer

Please Register to Remove these Ads

Is there a way to change the printer that MS Word 2007 uses from the system default? My main aim is to be able to have MS Word direct to a different printer when I am using it's Envelope creation when I am simply printing a #10 envelope (Mailings:Envelopes:Print), which would be even better to be able to specify, but I don't want to ask for too much...
Reply With Quote
  #2  
Old 06-10-2009, 05:30 PM
shg's Avatar
shg shg is offline
Forum Guru
 
Join Date: 20 Jun 2007
Location: The Great State of Texas
MS Office Version:2003, 2007
Posts: 18,530
shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay
Re: Default printer

You mean via VBA? Maybe like this:
Code:
Dim sPrtr       As String

Sub SelEnvPrtr()
    sPrtr = Application.ActivePrinter
    Application.ActivePrinter = "my envelope printer"
End Sub

Sub SelDefPrtr()
    Application.ActivePrinter = sPrtr
End Sub
__________________
Entia non sunt multiplicanda sine necessitate.
Reply With Quote
  #3  
Old 06-10-2009, 06:31 PM
brucemc brucemc is offline
Registered User
 
Join Date: 27 Mar 2006
Posts: 68
brucemc is becoming part of the community
Re: Default printer

I'm sorry if I posted in the wrong area/forum; I'm just looking for a regular use solution! Some setting in Word to over-ride the default WXP printer setting.
Reply With Quote
  #4  
Old 06-10-2009, 08:37 PM
shg's Avatar
shg shg is offline
Forum Guru
 
Join Date: 20 Jun 2007
Location: The Great State of Texas
MS Office Version:2003, 2007
Posts: 18,530
shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay shg makes giving solutions look like childsplay
Re: Default printer

No, where you posted was fine.

Just set it in the user interface when you go to Print, and the set it back to the default when you're done.
__________________
Entia non sunt multiplicanda sine necessitate.
Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump