Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Frank Martin
 
Posts: n/a
Default Formatting printers for Word2003.

I have WindowsXP/MediaCentre2005, and Word2003
(just upgraded from Word2000).

We print all our colour labels from Word using an
OKI colour printer.

After our upgrade to Word2003 it is necessary to
go to the "Page Setup" and format every label page
to the OKI printer's "Multipurpose Tray" and then
save the results, after which this is set
permanently.

This is all too hard, so could someone tell us a
way to do this operation "globally" for all the
documents we us for this printer.

There is nothing in the OKI printer documentation
about this.

Please help, Frank





  #2   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor
 
Posts: n/a
Default Formatting printers for Word2003.

For new labels change the setting in the label wizard options.

For existing label documents. The simplest plan would be to create a print
macro.
Change the 2 lines where shown and use this macro to print your labels.


Sub PrintLabelFeed()
Dim sCurrentPrinter As String
sCurrentPrinter = ActivePrinter
ActivePrinter = "OKI Color Printer" ' put the correct OKI printername here
With Options
.DefaultTray = "Tray 2" 'Put the required tray here
End With
Application.PrintOut FileName:=""
With Options
.DefaultTray = "Use printer settings"
End With
ActivePrinter = sCurrentPrinter
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Frank Martin wrote:
I have WindowsXP/MediaCentre2005, and Word2003
(just upgraded from Word2000).

We print all our colour labels from Word using an
OKI colour printer.

After our upgrade to Word2003 it is necessary to
go to the "Page Setup" and format every label page
to the OKI printer's "Multipurpose Tray" and then
save the results, after which this is set
permanently.

This is all too hard, so could someone tell us a
way to do this operation "globally" for all the
documents we us for this printer.

There is nothing in the OKI printer documentation
about this.

Please help, Frank



  #3   Report Post  
Posted to microsoft.public.word.newusers
Frank Martin
 
Posts: n/a
Default Formatting printers for Word2003.

Thank you for this.
Regards,Frank



"Graham Mayor" wrote in message
...
For new labels change the setting in the label
wizard options.

For existing label documents. The simplest plan
would be to create a print macro.
Change the 2 lines where shown and use this
macro to print your labels.


Sub PrintLabelFeed()
Dim sCurrentPrinter As String
sCurrentPrinter = ActivePrinter
ActivePrinter = "OKI Color Printer" ' put the
correct OKI printername here
With Options
.DefaultTray = "Tray 2" 'Put the
required tray here
End With
Application.PrintOut FileName:=""
With Options
.DefaultTray = "Use printer settings"
End With
ActivePrinter = sCurrentPrinter
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Frank Martin wrote:
I have WindowsXP/MediaCentre2005, and Word2003
(just upgraded from Word2000).

We print all our colour labels from Word using
an
OKI colour printer.

After our upgrade to Word2003 it is necessary
to
go to the "Page Setup" and format every label
page
to the OKI printer's "Multipurpose Tray" and
then
save the results, after which this is set
permanently.

This is all too hard, so could someone tell us
a
way to do this operation "globally" for all the
documents we us for this printer.

There is nothing in the OKI printer
documentation
about this.

Please help, Frank





Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Formatting in Word/Office XP Sinna Microsoft Word Help 1 December 4th 05 11:36 AM
Formatting In Use (Style and Formatting Task Pane) Slow + Incorrect? Paul Formatting Long Documents 6 November 8th 05 10:36 PM
Track Changes - Can I Enter without it Tracking Formatting? Mark Microsoft Word Help 1 April 23rd 05 09:27 PM
Form Fields lose bold formatting Ellen Microsoft Word Help 0 February 17th 05 09:11 PM
Apply Style but keep direct formatting? Stefan Blom New Users 2 November 28th 04 11:30 PM


All times are GMT +1. The time now is 03:47 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"