Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Newbee
 
Posts: n/a
Default Sending a group email

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Newbee

With the help of some VBA code from Ron de Bruin.........

http://www.rondebruin.nl/mail/folder2/files.htm

Check out the "Index" on that site for more mailing code and a free SendMail
add-in.


Gord Dibben Excel MVP

On Wed, 30 Mar 2005 07:31:09 -0800, Newbee
wrote:

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?


  #3   Report Post  
Newbee
 
Posts: n/a
Default



"Newbee" wrote:

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?



Whats is vba and why do I have to go to another site. Are you saying that
after typing in all those emails in the cells that I can't use them without
some other support?
  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

VBA is Visual Basic for Applications.

It is part of your MS Office application.

VBA is used to create code to assist Office applications with repetitive tasks
or tasks that cannot be be done natively.

Typing email addresses in your worksheet is just the start of your task.

Now you want to send a group email to those addresses on the list.

Excel cannot do this all on its own. Excel is quite dumb when it comes to
that type of operation.

I referred you to Ron's site because he has done all the work of coding.

With Excel closed..........

Download his SendMail add-in, stick it in your Office\Library then open your
workbook in Excel.

Go to ToolsAdd-ins and checkmark the Sendmail add-in.

Depending upon what type of group email you want to send and what you will
send, the add-in will assist.


Gord Dibben Excel MVP

On Wed, 30 Mar 2005 14:35:03 -0800, Newbee
wrote:



"Newbee" wrote:

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?



Whats is vba and why do I have to go to another site. Are you saying that
after typing in all those emails in the cells that I can't use them without
some other support?


  #5   Report Post  
Newbee
 
Posts: n/a
Default




Thank you very much - I didn't realize what went into making this work. I
really appreciate your answer!!


  #6   Report Post  
Newbee
 
Posts: n/a
Default

Me again - It seems when I go to Rons site it is giving instructions on how
to send a worksheet by email. What I want to do is use the email addresses
and create a seperate email - I do not want to send info from excel. I want
to create a seperate email using the addresses in the data base.



"Gord Dibben" wrote:

VBA is Visual Basic for Applications.

It is part of your MS Office application.

VBA is used to create code to assist Office applications with repetitive tasks
or tasks that cannot be be done natively.

Typing email addresses in your worksheet is just the start of your task.

Now you want to send a group email to those addresses on the list.

Excel cannot do this all on its own. Excel is quite dumb when it comes to
that type of operation.

I referred you to Ron's site because he has done all the work of coding.

With Excel closed..........

Download his SendMail add-in, stick it in your Office\Library then open your
workbook in Excel.

Go to ToolsAdd-ins and checkmark the Sendmail add-in.

Depending upon what type of group email you want to send and what you will
send, the add-in will assist.


Gord Dibben Excel MVP

On Wed, 30 Mar 2005 14:35:03 -0800, Newbee
wrote:



"Newbee" wrote:

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?



Whats is vba and why do I have to go to another site. Are you saying that
after typing in all those emails in the cells that I can't use them without
some other support?



  #7   Report Post  
Gord Dibben
 
Posts: n/a
Default

Not familiar enough with Outlook and its ability to use a list in Excel to
create a group email without having the email addresses in my Address book to
start with.

This is how I would do it.................

Save the workbook with the addresses as a *.CSV file.

Then import that to Outlook address book into your Contacts folder.

Make a distribution list from these.

Group email from that distribution list.


Gord

On Thu, 31 Mar 2005 06:47:02 -0800, Newbee
wrote:

Me again - It seems when I go to Rons site it is giving instructions on how
to send a worksheet by email. What I want to do is use the email addresses
and create a seperate email - I do not want to send info from excel. I want
to create a seperate email using the addresses in the data base.



"Gord Dibben" wrote:

VBA is Visual Basic for Applications.

It is part of your MS Office application.

VBA is used to create code to assist Office applications with repetitive tasks
or tasks that cannot be be done natively.

Typing email addresses in your worksheet is just the start of your task.

Now you want to send a group email to those addresses on the list.

Excel cannot do this all on its own. Excel is quite dumb when it comes to
that type of operation.

I referred you to Ron's site because he has done all the work of coding.

With Excel closed..........

Download his SendMail add-in, stick it in your Office\Library then open your
workbook in Excel.

Go to ToolsAdd-ins and checkmark the Sendmail add-in.

Depending upon what type of group email you want to send and what you will
send, the add-in will assist.


Gord Dibben Excel MVP

On Wed, 30 Mar 2005 14:35:03 -0800, Newbee
wrote:



"Newbee" wrote:

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?


Whats is vba and why do I have to go to another site. Are you saying that
after typing in all those emails in the cells that I can't use them without
some other support?




  #8   Report Post  
Newbee
 
Posts: n/a
Default



Thanks, that sounds logical - I will give it a try.
  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default Sending a reminder email

Hi,
Can I send a reminder email from an excel spreadsheet? for example if a
course date has expired for a contact, will excel send an individual email to
them? If so, how do I set it up please?

"Gord Dibben" wrote:

Not familiar enough with Outlook and its ability to use a list in Excel to
create a group email without having the email addresses in my Address book to
start with.

This is how I would do it.................

Save the workbook with the addresses as a *.CSV file.

Then import that to Outlook address book into your Contacts folder.

Make a distribution list from these.

Group email from that distribution list.


Gord

On Thu, 31 Mar 2005 06:47:02 -0800, Newbee
wrote:

Me again - It seems when I go to Rons site it is giving instructions on how
to send a worksheet by email. What I want to do is use the email addresses
and create a seperate email - I do not want to send info from excel. I want
to create a seperate email using the addresses in the data base.



"Gord Dibben" wrote:

VBA is Visual Basic for Applications.

It is part of your MS Office application.

VBA is used to create code to assist Office applications with repetitive tasks
or tasks that cannot be be done natively.

Typing email addresses in your worksheet is just the start of your task.

Now you want to send a group email to those addresses on the list.

Excel cannot do this all on its own. Excel is quite dumb when it comes to
that type of operation.

I referred you to Ron's site because he has done all the work of coding.

With Excel closed..........

Download his SendMail add-in, stick it in your Office\Library then open your
workbook in Excel.

Go to ToolsAdd-ins and checkmark the Sendmail add-in.

Depending upon what type of group email you want to send and what you will
send, the add-in will assist.


Gord Dibben Excel MVP

On Wed, 30 Mar 2005 14:35:03 -0800, Newbee
wrote:



"Newbee" wrote:

I want to send a group email from email addresses I have listed in my
spreadsheet. How do I do it?


Whats is vba and why do I have to go to another site. Are you saying that
after typing in all those emails in the cells that I can't use them without
some other support?




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
Need help w/ Weight Formula Tom Excel Discussion (Misc queries) 3 March 4th 05 05:23 PM
Can't group pivot table items by month in Excel scott_ensley Excel Discussion (Misc queries) 1 February 1st 05 08:41 PM
Subtotal of Subtotal displays Grand Total in wrong row Thomas Born Excel Worksheet Functions 5 January 6th 05 01:46 PM
Sending a email from inside Excel Kelly Thompson Excel Discussion (Misc queries) 4 December 16th 04 06:23 PM
How do I cancel sending a spreadsheet by email? Cendra Excel Discussion (Misc queries) 3 December 2nd 04 09:55 PM


All times are GMT +1. The time now is 03:29 PM.

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

About Us

"It's about Microsoft Excel"