copy to:

  • Thread starter Thread starter oldyork90
  • Start date Start date
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.
 
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.
 
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.

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