BadFish523
Board Regular
- Joined
- Feb 15, 2018
- Messages
- 56
Hello all,
I have this simple VBA to send the sheet as an email when a button is pressed.
Sub MailTest()
ActiveWorkbook.SendMail "email@email.com", "Leader Standard Work for previous week " & Date
End Sub
How would I change this to pull the email address from cell A10 on tab "Directions"?
I'm trying to make the sheet simpler for people to adjust who they want to email I to?
Thanks!
I have this simple VBA to send the sheet as an email when a button is pressed.
Sub MailTest()
ActiveWorkbook.SendMail "email@email.com", "Leader Standard Work for previous week " & Date
End Sub
How would I change this to pull the email address from cell A10 on tab "Directions"?
I'm trying to make the sheet simpler for people to adjust who they want to email I to?
Thanks!