Hello, I want to send an email from other sheet.
Example I'm in Sheet1 and I want to send the info of the Sheet2
With Sheet2.MailEnvelope
.Introduction = "Created Accounts"
.Item.To = marco@mail.com
.Item.Subject = "Created accounts"
.Item.Send
End With
If I use...