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.
 

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