Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Maidumomma Maidumomma is offline
external usenet poster
 
Posts: 2
Default Label printing defaults

Can I change the default on the lables so that it automatically sets it to
print only 1 lablel instead of a whole sheet of labels. If so, how would it
be done? Thanks!
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Label printing defaults

You could, but you will still have to indicate which single label. It would
be rather difficult (and impractical) to have the dialog choose the next
available label. You would would need to store the label format, and thus
the number of labels and increment a counter each time you use the facility.
I foresee far too many problems to make this worth the effort of
development.

For Word 2003 use the following macro

Sub ToolsEnvelopesAndLabels()
SendKeys "{Tab 2}{Down}+{Tab 2}"
Dialogs(wdDialogToolsCreateLabels).Show
End Sub

for Word 2007

Sub ToolsCreateLabels()
SendKeys "{Tab 2}{Down}+{Tab 2}"
Dialogs(wdDialogToolsCreateLabels).Show
End Sub

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


--

Graham Mayor - Word MVP

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




"Maidumomma" wrote in message
news
Can I change the default on the lables so that it automatically sets it to
print only 1 lablel instead of a whole sheet of labels. If so, how would
it
be done? Thanks!



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Label printing defaults

You could, but you will still have to indicate which single label. It would
be rather difficult (and impractical) to have the dialog choose the next
available label. You would would need to store the label format, and thus
the number of labels and increment a counter each time you use the facility.
I foresee far too many problems to make this worth the effort of
development.

For Word 2003 use the following macro

Sub ToolsEnvelopesAndLabels()
SendKeys "{Tab 2}{Down}+{Tab 2}"
Dialogs(wdDialogToolsCreateLabels).Show
End Sub

for Word 2007

Sub ToolsCreateLabels()
SendKeys "{Tab 2}{Down}+{Tab 2}"
Dialogs(wdDialogToolsCreateLabels).Show
End Sub

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


--

Graham Mayor - Word MVP

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




"Maidumomma" wrote in message
news
Can I change the default on the lables so that it automatically sets it to
print only 1 lablel instead of a whole sheet of labels. If so, how would
it
be done? Thanks!



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
how do I change label defaults to get a bigger left-hand margin rosglee Microsoft Word Help 0 September 22nd 09 12:07 PM
Change in Microsoft printing defaults? Tomcat Page Layout 0 May 4th 08 03:46 PM
Set Envelope & Label Defaults MarcusG Microsoft Word Help 1 March 2nd 07 06:43 AM
Printing envelopes - sudden changes in the layout defaults dgwall1 Microsoft Word Help 1 March 1st 07 11:34 PM
Printing Defaults - # of Copies Dawn Page Layout 4 January 12th 05 09:43 PM


All times are GMT +1. The time now is 07:27 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"