#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Email macro

I have a list of email addresses in one workbook and a sheet i want to attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Email macro

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote in
message ...
I have a list of email addresses in one workbook and a sheet i want to

attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Email macro

Thanks Bob,
but this website only gives me specific templates (that i don't really want
to risk).

Can anyone help me with the actual code?



"Bob Phillips" wrote:

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote in
message ...
I have a list of email addresses in one workbook and a sheet i want to

attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Email macro

You want to send the same workbook to
all these people
Am I correct


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in message
...
Thanks Bob,
but this website only gives me specific templates (that i don't really want
to risk).

Can anyone help me with the actual code?



"Bob Phillips" wrote:

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote in
message ...
I have a list of email addresses in one workbook and a sheet i want to

attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Email macro

I need to send the same sheet to a list of people, but in a separate email
for each email address

Thanks



"Ron de Bruin" wrote:

You want to send the same workbook to
all these people
Am I correct


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in message
...
Thanks Bob,
but this website only gives me specific templates (that i don't really want
to risk).

Can anyone help me with the actual code?



"Bob Phillips" wrote:

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote in
message ...
I have a list of email addresses in one workbook and a sheet i want to
attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!








  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Email macro

Hi Chris

If you use Outlook then use
http://www.rondebruin.nl/mail/folder2/mail2.htm

And in the to line use your address
In the BCC line use code that you can find here to use a list in a worksheet
http://www.rondebruin.nl/mail/tips2.htm

If you need more help post back


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in message
...
I need to send the same sheet to a list of people, but in a separate email
for each email address

Thanks



"Ron de Bruin" wrote:

You want to send the same workbook to
all these people
Am I correct


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in message
...
Thanks Bob,
but this website only gives me specific templates (that i don't really want
to risk).

Can anyone help me with the actual code?



"Bob Phillips" wrote:

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote in
message ...
I have a list of email addresses in one workbook and a sheet i want to
attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!








  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Email macro

See I knew it was there, there is not much about mailing not there :-)

Bob

"Ron de Bruin" wrote in message
...
Hi Chris

If you use Outlook then use
http://www.rondebruin.nl/mail/folder2/mail2.htm

And in the to line use your address
In the BCC line use code that you can find here to use a list in a

worksheet
http://www.rondebruin.nl/mail/tips2.htm

If you need more help post back


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in

message
...
I need to send the same sheet to a list of people, but in a separate

email
for each email address

Thanks



"Ron de Bruin" wrote:

You want to send the same workbook to
all these people
Am I correct


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in

message
...
Thanks Bob,
but this website only gives me specific templates (that i don't

really want
to risk).

Can anyone help me with the actual code?



"Bob Phillips" wrote:

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote

in
message ...
I have a list of email addresses in one workbook and a sheet i

want to
attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!










  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Email macro

Hi Bob

I try to keep it up to date.
I add two new pages this week


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Bob Phillips" wrote in message ...
See I knew it was there, there is not much about mailing not there :-)

Bob

"Ron de Bruin" wrote in message
...
Hi Chris

If you use Outlook then use
http://www.rondebruin.nl/mail/folder2/mail2.htm

And in the to line use your address
In the BCC line use code that you can find here to use a list in a

worksheet
http://www.rondebruin.nl/mail/tips2.htm

If you need more help post back


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in

message
...
I need to send the same sheet to a list of people, but in a separate

email
for each email address

Thanks



"Ron de Bruin" wrote:

You want to send the same workbook to
all these people
Am I correct


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Chris Vrionides" wrote in

message
...
Thanks Bob,
but this website only gives me specific templates (that i don't

really want
to risk).

Can anyone help me with the actual code?



"Bob Phillips" wrote:

See www.rondebruin.nl/sendmail.htm

--
HTH

Bob Phillips

"Chris Vrionides" wrote

in
message ...
I have a list of email addresses in one workbook and a sheet i

want to
attach
and send spearately to all these people in another workbook.

Any ideas on the VBA would be greatly appreciated!












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
Email Macro Gazz_85[_2_] Excel Discussion (Misc queries) 1 May 14th 10 02:01 PM
Using Macro how to create email link for the email addresses in aRange or Selection Satish[_2_] Excel Worksheet Functions 8 December 28th 09 03:30 PM
Email Macro help! Ken[_2_] Excel Worksheet Functions 2 January 6th 09 02:42 PM
How do I create an email macro to auto fill the email? Justin[_4_] Excel Discussion (Misc queries) 0 November 14th 07 10:49 PM
macro to email Scott Marcus Excel Discussion (Misc queries) 1 June 21st 06 03:04 PM


All times are GMT +1. The time now is 10:07 AM.

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"