I can get the following macro to work by assigning a toolbar button to it,
but for some reason it stops at the Envelopes and Labels dialog when I
assign a keyboard shortcut.
Sub LabelOptionDetails()
SendKeys "%L%O%D"
Dialogs(wdDialogToolsEnvelopesAndLabels).Show
End Sub
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ:
http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
Mike wrote:
Hi,
Is there a way to create a shortcut that would take me all the way to:
ToolsLetters and MailingsEnvelopes and
Labels...LabelsOptionsDetails ?
Thank you!