Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I email excell

How do I send an email from Excell?l
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 449
Default how do I email excell

http://www.rondebruin.nl/sendmail.htm


"Nanou qwist" <Nanou wrote in message
...
How do I send an email from Excell?l


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default how do I email excell

I'm assuming you're asking how to do this using macro code rather than just
manually via point and click.

Below is some code I used to generate and send a e-mail using a macro.

' Show the envelope on the ActiveWorkbook populate the specified
fields and send e-mail
ActiveWorkbook.EnvelopeVisible = True
With ActiveSheet.MailEnvelope 'Opens a blank MS Outlook e-mail letter
.Introduction = Range("U14") 'Cell U14 on the worksheet contains
the text that will go in the body of the note.
.Item.To = Range("U15") 'Cell U15 on the worksheet contains the
addresses of those to be included on the mailing.

.Item.Subject = Range("U16") 'Cell U16 on the worksheet contains
the text for the subject line of the note.

.Item.Send 'Sends the note
End With

"Nanou qwist" wrote:

How do I send an email from Excell?l

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot email attachment from Excell (or word) Peggy Excel Discussion (Misc queries) 9 November 7th 07 05:03 AM
Excell workbooks are in an Email format. Cure? Larry G Excel Discussion (Misc queries) 1 July 17th 06 07:29 PM
how do you open an excell email attacment, if I dont have excell Gary Excel Discussion (Misc queries) 1 February 22nd 06 10:26 PM
sending email through excell database heavensice Excel Discussion (Misc queries) 1 February 21st 06 08:47 PM
Can't save Excell worksheet from email Donna T Excel Discussion (Misc queries) 2 January 28th 06 05:46 PM


All times are GMT +1. The time now is 04:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"