Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Send different worksheets to different email addresses

I have a set of Workbooks, each with multiple worksheets.

Each worksheet represents the tracking of a particular person. I
would like to set up a macro that will send THAT worksheet to THAT
person.

For example, I have a workbook with the tabs "Steve", "Mary", and
"John.

I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.

How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?

Thanks!

Excel 2003, btw.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Send different worksheets to different email addresses

Hi Spoonerstreet

Maybe you can use this
http://www.rondebruin.nl/mail/folder3/mail5.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in message ...
I have a set of Workbooks, each with multiple worksheets.

Each worksheet represents the tracking of a particular person. I
would like to set up a macro that will send THAT worksheet to THAT
person.

For example, I have a workbook with the tabs "Steve", "Mary", and
"John.

I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.

How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?

Thanks!

Excel 2003, btw.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Send different worksheets to different email addresses

On Oct 17, 3:23*pm, "Ron de Bruin" wrote:
Hi Spoonerstreet

Maybe you can use thishttp://www.rondebruin.nl/mail/folder3/mail5.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Spoonerstreet" wrote in ...
I have a set of Workbooks, each with multiple worksheets.


Each worksheet represents the tracking of a particular person. *I
would like to set up a macro that will send THAT worksheet to THAT
person.


For example, I have a workbook with the tabs "Steve", "Mary", and
"John.


I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.


How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?


Thanks!


Excel 2003, btw.


Ron, first of all, let me apologize. I just sent you about 15 messages
while testing out the code. Sorry about that!

Second, it worked great, except it didn't seem to send it to the
address that is in A1. It appears in the code that it is supposed to
go to a hard coded address. Am I missing something, or did I copy the
wrong code?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Send different worksheets to different email addresses

No it use the address in A1 but you can change that cell address if you want

Do you use the example from the page I posted ?

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in message ...
On Oct 17, 3:23 pm, "Ron de Bruin" wrote:
Hi Spoonerstreet

Maybe you can use thishttp://www.rondebruin.nl/mail/folder3/mail5.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Spoonerstreet" wrote in ...
I have a set of Workbooks, each with multiple worksheets.


Each worksheet represents the tracking of a particular person. I
would like to set up a macro that will send THAT worksheet to THAT
person.


For example, I have a workbook with the tabs "Steve", "Mary", and
"John.


I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.


How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?


Thanks!


Excel 2003, btw.


Ron, first of all, let me apologize. I just sent you about 15 messages
while testing out the code. Sorry about that!

Second, it worked great, except it didn't seem to send it to the
address that is in A1. It appears in the code that it is supposed to
go to a hard coded address. Am I missing something, or did I copy the
wrong code?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Send different worksheets to different email addresses

On Oct 17, 4:04*pm, "Ron de Bruin" wrote:
No it use the address in A1 but you can change that cell address *if you want

Do you use the example from the page I posted ?

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Spoonerstreet" wrote in ...

On Oct 17, 3:23 pm, "Ron de Bruin" wrote:



Hi Spoonerstreet


Maybe you can use thishttp://www.rondebruin.nl/mail/folder3/mail5.htm


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in ...
I have a set of Workbooks, each with multiple worksheets.


Each worksheet represents the tracking of a particular person. I
would like to set up a macro that will send THAT worksheet to THAT
person.


For example, I have a workbook with the tabs "Steve", "Mary", and
"John.


I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.


How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?


Thanks!


Excel 2003, btw.


Ron, first of all, let me apologize. I just sent you about 15 messages
while testing out the code. Sorry about that!

Second, it worked great, except it didn't seem to send it to the
address that is in A1. *It appears in the code that it is supposed to
go to a hard coded address. *Am I missing something, or did I copy the
wrong code?


Copied it line by line. If you look at the page, the "To:" address is
hardcoded to your email address. I figured this is supposed to be
some kind of dynamic reference, but my VB knowledge isn't up to par to
figure that out. :)


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Send different worksheets to different email addresses

Hi Spoonerstreet

You not test the code I posted

This is the link again
http://www.rondebruin.nl/mail/folder3/mail5.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in message ...
On Oct 17, 4:04 pm, "Ron de Bruin" wrote:
No it use the address in A1 but you can change that cell address if you want

Do you use the example from the page I posted ?

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Spoonerstreet" wrote in ...

On Oct 17, 3:23 pm, "Ron de Bruin" wrote:



Hi Spoonerstreet


Maybe you can use thishttp://www.rondebruin.nl/mail/folder3/mail5.htm


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in
...
I have a set of Workbooks, each with multiple worksheets.


Each worksheet represents the tracking of a particular person. I
would like to set up a macro that will send THAT worksheet to THAT
person.


For example, I have a workbook with the tabs "Steve", "Mary", and
"John.


I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.


How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?


Thanks!


Excel 2003, btw.


Ron, first of all, let me apologize. I just sent you about 15 messages
while testing out the code. Sorry about that!

Second, it worked great, except it didn't seem to send it to the
address that is in A1. It appears in the code that it is supposed to
go to a hard coded address. Am I missing something, or did I copy the
wrong code?


Copied it line by line. If you look at the page, the "To:" address is
hardcoded to your email address. I figured this is supposed to be
some kind of dynamic reference, but my VB knowledge isn't up to par to
figure that out. :)

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Send different worksheets to different email addresses

On Oct 17, 4:15*pm, "Ron de Bruin" wrote:
Hi Spoonerstreet

You not test the code I posted

This is the link againhttp://www.rondebruin.nl/mail/folder3/mail5.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm

"Spoonerstreet" wrote in ...

On Oct 17, 4:04 pm, "Ron de Bruin" wrote:



No it use the address in A1 but you can change that cell address if you want


Do you use the example from the page I posted ?


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in ...


On Oct 17, 3:23 pm, "Ron de Bruin" wrote:


Hi Spoonerstreet


Maybe you can use thishttp://www.rondebruin.nl/mail/folder3/mail5.htm


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


"Spoonerstreet" wrote in
...
I have a set of Workbooks, each with multiple worksheets.


Each worksheet represents the tracking of a particular person. I
would like to set up a macro that will send THAT worksheet to THAT
person.


For example, I have a workbook with the tabs "Steve", "Mary", and
"John.


I would like to click one button and have it send an email to Steve
with his sheet, Mary gets a separate email with just her sheet, and
John gets one as well.


How can I put their email address into the page and have Excel send
the email out with the sheet in the body of the page so they can
receive updates to their pages without printing?


Thanks!


Excel 2003, btw.


Ron, first of all, let me apologize. I just sent you about 15 messages
while testing out the code. Sorry about that!


Second, it worked great, except it didn't seem to send it to the
address that is in A1. It appears in the code that it is supposed to
go to a hard coded address. Am I missing something, or did I copy the
wrong code?


Copied it line by line. *If you look at the page, the "To:" address is
hardcoded to your email address. *I figured this is supposed to be
some kind of dynamic reference, but my VB knowledge isn't up to par to
figure that out. :)


Ah...I see where I went wrong. I must have moved back to your main
page and clicked on a similar but different link.

This worked (as I am sure you know) brilliantly! Thanks for the code,
and keep up the great work. You are making us all look like geniuses!

Dave
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
How do I count unique email addresses across multiple worksheets? Kenny Brooks Excel Discussion (Misc queries) 2 July 30th 08 08:38 PM
Macro to send email to multiple addresses Mark M Excel Worksheet Functions 0 March 28th 07 12:12 AM
Can I send a doc to group of email addresses via a macro button? Richard F Excel Discussion (Misc queries) 6 February 5th 07 09:59 AM
can I copy a column of email addresses, paste into email address? Lizizfree New Users to Excel 4 July 20th 06 10:03 PM
Transfer Email addresses from spreadsheet to email address book Beana Excel Discussion (Misc queries) 2 May 30th 06 06:07 PM


All times are GMT +1. The time now is 11:23 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"