Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Page Layout / September 2006

Tip: Looking for answers? Try searching our database.

Change default alignment printing to Centered for labels?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Michael52 - 20 Sep 2006 17:59 GMT
Is there any way to change the default for label printing to centered from
left aligned so I don't have to keep manually changing this item every time I
want to print a label?
Doug Robbins - Word MVP - 20 Sep 2006 21:17 GMT
Click on the New Document Button and then format it the way you want and
save that document as a template.  Then use File>New and select it when you
want to use it.

Signature

Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

> Is there any way to change the default for label printing to centered from
> left aligned so I don't have to keep manually changing this item every
> time I
> want to print a label?
Michael52 - 21 Sep 2006 22:14 GMT
> Click on the New Document Button and then format it the way you want and
> save that document as a template.  Then use File>New and select it when you
[quoted text clipped - 6 lines]
>
> Your answer would apply for a document, but not for selecting the option for print envelopes & labels. Any other suggestions?
Michael52 - 21 Sep 2006 22:12 GMT
> Is there any way to change the default for label printing to centered from
> left aligned so I don't have to keep manually changing this item every time I
> want to print a label?

Your answer would apply for a document, not for labels that are selected
from the envelope/label option. Any other suggestions?
Graham Mayor - 22 Sep 2006 06:24 GMT
Tables use normal paragraph style for alignment.
Open a document.
Change the normal paragraph style FOR THAT DOCUMENT to centred
Use the label wizard
Print your labels

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

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

>> Is there any way to change the default for label printing to
>> centered from left aligned so I don't have to keep manually changing
>> this item every time I want to print a label?
>
> Your answer would apply for a document, not for labels that are
> selected from the envelope/label option. Any other suggestions?
Graham Mayor - 22 Sep 2006 07:43 GMT
The following macro will intercept the Word label wizard and apply the
centred formatting. If you want to use this only occasionally you should
change the macro name and adde it to a toolbar button.

Sub ToolsEnvelopesAndLabels()
   With ActiveDocument.Styles("Normal").ParagraphFormat
       .Alignment = wdAlignParagraphCenter
   End With
   With ActiveDocument.Styles("Normal")
       .AutomaticallyUpdate = False
   End With
   Dialogs(wdDialogToolsEnvelopesAndLabels).Show
End Sub

http://www.gmayor.com/installing_macro.htm

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

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

> Tables use normal paragraph style for alignment.
> Open a document.
[quoted text clipped - 8 lines]
>> Your answer would apply for a document, not for labels that are
>> selected from the envelope/label option. Any other suggestions?
Michael52 - 22 Sep 2006 16:20 GMT
> The following macro will intercept the Word label wizard and apply the
> centred formatting. If you want to use this only occasionally you should
[quoted text clipped - 26 lines]
>
> Excellent - Thank You!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.