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 / Printing and Fonts / July 2004

Tip: Looking for answers? Try searching our database.

setting default to print single label

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
enoch soames - 31 Jul 2004 06:21 GMT
I always want to print a single label from Word, not a
sheet of labels.  But after I print a label, the program
always resets to its default of printing a whole sheet of
labels.  The next time I want to print a label I'm likely
to forget to reset to "single label," so I ruin alot of
expensive labels.  I can't see how to switch the default
setting to "sincle lablel."  Can anyone help?
Jay Freedman - 31 Jul 2004 15:36 GMT
>I always want to print a single label from Word, not a
>sheet of labels.  But after I print a label, the program
[quoted text clipped - 3 lines]
>expensive labels.  I can't see how to switch the default
>setting to "sincle lablel."  Can anyone help?

Hi Enoch,

Put this macro in normal.dot or another global macro (one in Word's
Startup folder), and create a toolbar button or keyboard shortcut to
run it. Refer to these pages for instructions:

http://www.gmayor.com/installing_macro.htm
http://word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToToolbar.htm
http://word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToHotkey.htm

Sub SingleLabel()
   Dim dlg As Dialog
   Set dlg = Dialogs(wdDialogToolsEnvelopesAndLabels)
   With dlg
       .DefaultTab = wdDialogToolsEnvelopesAndLabelsTabLabels
       .SingleLabel = 1
       .Show
   End With
End Sub

--
Regards,
Jay Freedman              http://aspnet2.com/mvp.ashx?JayFreedman
Microsoft Word MVP        FAQ: http://www.mvps.org/word
 
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.