Excel 2007/Email Question

I’ve got a roster of names (about 50) with email addresses in an Excel 2007 file. Can I send an email to all directly from Excel?

Thanks.

Not directly from Excel, but you can use Word mail merge to do it, with your Excel file as the data source. See here: Microsoft Support

You should also be able to simply cut-and-paste the email addresses all at once into the TextBox for the To: address in your email software. I do this from time to time with Excel and Outlook.

Email can be sent directly from Excel using VBA code, but that’s probably more than you want to get into for a simple list.

For what you’re doing, I’d probably go with TroutMan’s method.

For those interested, here’s some info on sending email from Excel.