Button with Macro to Email sheet to multiple addressees

T

TinaF

I have the following code to email a spreadsheet to one recipient:

Sub EmailTimesheet()
ThisWorkbook.SendMail "(e-mail address removed)", "Timesheet"
End Sub

How do I change this to send it to multiple recipients?

Thanks.
Tina
 

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