You are on page 1of 1

Sub previsão_emial()

Set objeto_outlook = CreateObject("Outlook.Application")


Set Email = objeto_outlook.createitem(0)

Email.display

Email.to = Cells().value
Email.cc =
Email.bcc =

Email.Subject =

texto1 = "Olá, " & Cells().Value & "!<br><br>

Email.htmlbody = texto1 _
& RangetoHTML(Range()) _
& Email.htmlbody

'Email.Attechments.Add ()
'Email.send
End sub

marcus.ferreira@snef.com.br
davi.costa@snef.com.br
augusto.borges@snef.com.br
contasareceber@snef.com.br
pablo.cardoso@snef.com.br
micheli.rodrigues@snef.com.br

You might also like