copy to:

O

oldyork90

I tried recording a macro to copy names from the address header of a
new message 'To:' and paste it into a greeting. But when I enter the
To field and attempt a copy 'ALT A', the macro stops running. It will
not copy it. There are no entries in the macro vba script. How can I
copy the names into the body of the message?
Thank you.
 
K

Ken Slovak - [MVP - Outlook]

Outlook doesn't have a macro recorder and if you record a Word macro it
can't work with a WordMail item. You will have to code your macro from
scratch as Outlook code.
 
O

oldyork90

Outlookdoesn't have a macro recorder and if you record a Word macro it
can't work with a WordMail item. You will have to code your macro from
scratch asOutlookcode.

--
Ken Slovak
[MVP -Outlook]http://www.slovaktech.com
Author: Professional ProgrammingOutlook2007.
Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm


I tried recording a macro to copy names from the address header of a
new message 'To:' and paste it into a greeting. But when I enter the
To field and attempt a copy 'ALT A', the macro stops running. It will
not copy it. There are no entries in the macro vba script. How can I
copy the names into the body of the message?
Thank you.

Well... that's that then. Thanks.
 
Top