help getting code from ron de bruins site

  • Thread starter Thread starter funkymonkUK
  • Start date Start date
F

funkymonkUK

Hi

I am looking for excel VBA code to send email with the activeworkbook
attached and subject line & message. I have searched this site and all
the solutions which all point to Rons website however due to our IT
security have blocked his website and I cannot view his code for this
problem I have.

If somebody could check on his site and then paste it on here for me I
would be most grateful.

Many Thanks

Funkymonk
(THE FUNKIEST VBA CODER ON THE FORUM);)
 
This is all you need to send it

Sub Mail_workbook_1()
ActiveWorkbook.SendMail "(e-mail address removed)", _
"This is the Subject line"
End Sub

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"funkymonkUK" <[email protected]>
wrote in message
news:[email protected]...
 

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

Back
Top