advanced shortcut

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!
 
J

Jay Freedman

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top