vba to send email attachment

  • Thread starter Thread starter Magicman
  • Start date Start date
M

Magicman

Hey, I'm kinda new to vba and was wonderying if anyone could help with
my code. I want this template I created automatically sent through
email and have it titled (subject) as a cell in the worksheet. I
found some code to send email but it was a little different than what
I want to do. If anyone can help point me in the right direction
please let me know thanks!
 
What email client are you using? Maybe something like:
Dim sJect As String
sJect = yoursheet.Range("a1").text

Cliff Edwards
 
I am using microsoft outlook, I will check out the site thanks.- Hide quoted text -

- Show quoted text -

I got it to send the attachment but am having problems with sending to
more than one person and getting the subject to display a cell in the
sheet?
 

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