From: Maidumomma on 2 Mar 2010 12:31 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!
From: Graham Mayor on 3 Mar 2010 01:24 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" <Maidumomma(a)discussions.microsoft.com> wrote in message news:DCCA8ED8-BCA0-4AE0-937A-5378B65E56A8(a)microsoft.com... > 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!
|
Pages: 1 Prev: My Header dissapeared Next: I"M ACCIDENTALLY CAPITALIZING EVERYTHING WHAT AM I DOING? |