Prev: What does the file permission error mean when protecting a docume.
Next: how do i get my regestray cleaned and viruses off my computer
From: Mike on 15 Apr 2010 03:29 I want my macro to take me to Tools>Letters and Mailings>Envolopes and Labels...>Labels Paste the selected text in Address section continue to Options>Details and select the Number Down field. so far i have this: Sub Macro1() Selection.Copy SendKeys "%L%A" Selection.Paste SendKeys "%O%D%D" Dialogs(wdDialogToolsEnvelopesAndLabels).Show End Sub If you do it with mouse, it pastes the selected test in Addres section automatically. When running SendKeys "%L%O%D" Dialogs(wdDialogToolsEnvelopesAndLabels).Show it doesn't put the selected text in there. Thank you, Mike |