Macro

S

Srwe

Is it possible to add a macro to a form that will open an empty new msg in
Outlook 2000 and copy a list of e-mail addresses collected via a query from
the same Access database (or via other means) and paste them into the To
field separated with ;?

Thanks in advance for any help,
Srwe
 
S

Steve Schapel

Srwe,

No, this is not possible with a macro.

In a VBA procedure, you could loop through the records and
programmatically build a string to include all the email addresses.
 
Top