advanced shortcut

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

Is there a way to create a shortcut that would take me all the way to:

Tools>Letters and Mailings>Envelopes and Labels...>Labels>Options>Details ?

Thank you!
 
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
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Back
Top