Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default Send To Mail Recipient

2 questions, pls ...

1) After accidentally clicking Send To Mail Recipients instead of send as an
attachment, how do you get rid of all that Outlook stuff that comes up
(To..., CC..., Subject: etc" to get your worksheet back to normal.

2) If you WANTED to do this through VBA, How can one use VBA to reproduce
the effect created in Excel when you choose File - Send To - Mail Recipient?
I can see a single worksheet being worth sending (especially a chart)

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Send To Mail Recipient

Hi William,

2) If you WANTED to do this through VBA, How can one use VBA to reproduce
the effect created in Excel when you choose File - Send To - Mail
Recipient? I can see a single worksheet being worth sending (especially a
chart)


See Ron de Bruin's SendMail page at:

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

---
Regards,
Norman



"William Benson" wrote in message
...
2 questions, pls ...

1) After accidentally clicking Send To Mail Recipients instead of send as
an attachment, how do you get rid of all that Outlook stuff that comes up
(To..., CC..., Subject: etc" to get your worksheet back to normal.

2) If you WANTED to do this through VBA, How can one use VBA to reproduce
the effect created in Excel when you choose File - Send To - Mail
Recipient? I can see a single worksheet being worth sending (especially a
chart)

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default Send To Mail Recipient

Yep, seen them, and but Ron's example is not at all like sending a sheet in
Excel, it is making a one-sheet file attachment.

Any others??


"Norman Jones" wrote in message
...
Hi William,

2) If you WANTED to do this through VBA, How can one use VBA to reproduce
the effect created in Excel when you choose File - Send To - Mail
Recipient? I can see a single worksheet being worth sending (especially a
chart)


See Ron de Bruin's SendMail page at:

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

---
Regards,
Norman



"William Benson" wrote in message
...
2 questions, pls ...

1) After accidentally clicking Send To Mail Recipients instead of send as
an attachment, how do you get rid of all that Outlook stuff that comes up
(To..., CC..., Subject: etc" to get your worksheet back to normal.

2) If you WANTED to do this through VBA, How can one use VBA to reproduce
the effect created in Excel when you choose File - Send To - Mail
Recipient? I can see a single worksheet being worth sending (especially a
chart)

Thanks





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Send To Mail Recipient

Hi William,

Yep, seen them, and but Ron's example is not at all like sending a sheet
in Excel, it is making a one-sheet file attachment.

Any others??


Using the link which I suggested, look at Ron's 'Outlook object model
(body)' examples, e.g:

Mail one worksheet in the body


---
Regards,
Norman



"William Benson" wrote in message
.. .
Yep, seen them, and but Ron's example is not at all like sending a sheet
in Excel, it is making a one-sheet file attachment.

Any others??


"Norman Jones" wrote in message
...
Hi William,

2) If you WANTED to do this through VBA, How can one use VBA to
reproduce the effect created in Excel when you choose File - Send To -
Mail Recipient? I can see a single worksheet being worth sending
(especially a chart)


See Ron de Bruin's SendMail page at:

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

---
Regards,
Norman



"William Benson" wrote in message
...
2 questions, pls ...

1) After accidentally clicking Send To Mail Recipients instead of send
as an attachment, how do you get rid of all that Outlook stuff that
comes up (To..., CC..., Subject: etc" to get your worksheet back to
normal.

2) If you WANTED to do this through VBA, How can one use VBA to
reproduce the effect created in Excel when you choose File - Send To -
Mail Recipient? I can see a single worksheet being worth sending
(especially a chart)

Thanks







  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Send To Mail Recipient

Hi William,

Mail one worksheet in the body


The link to this example is:

http://www.rondebruin.nl/mail/folder3/mail2.htm


---
Regards,
Norman



"Norman Jones" wrote in message
...
Hi William,

Yep, seen them, and but Ron's example is not at all like sending a sheet
in Excel, it is making a one-sheet file attachment.

Any others??


Using the link which I suggested, look at Ron's 'Outlook object model
(body)' examples, e.g:

Mail one worksheet in the body


---
Regards,
Norman





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default Send To Mail Recipient

Oh yes, that is it, thank you. I tried the wrong one.

"Norman Jones" wrote in message
...
Hi William,

Mail one worksheet in the body


The link to this example is:

http://www.rondebruin.nl/mail/folder3/mail2.htm


---
Regards,
Norman



"Norman Jones" wrote in message
...
Hi William,

Yep, seen them, and but Ron's example is not at all like sending a sheet
in Excel, it is making a one-sheet file attachment.

Any others??


Using the link which I suggested, look at Ron's 'Outlook object model
(body)' examples, e.g:

Mail one worksheet in the body


---
Regards,
Norman





  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default Send To Mail Recipient

Nothing I tried on Ron's pages duplicated Excel's ability to embed the sheet
as a picture and not as an attachment. I am speaking in particular regarding
a chart.

When I have a chart (or a spreadsheet with a chart) and click File Send To
Mail recipient, the e-mail arrives looking like a nice picture, no
attachment.

I cannot duplicate this with any of Ron's items. Am I missing one of them?

It's too bad, it is a nice feature.


"Norman Jones" wrote in message
...
Hi William,

Mail one worksheet in the body


The link to this example is:

http://www.rondebruin.nl/mail/folder3/mail2.htm


---
Regards,
Norman



"Norman Jones" wrote in message
...
Hi William,

Yep, seen them, and but Ron's example is not at all like sending a sheet
in Excel, it is making a one-sheet file attachment.

Any others??


Using the link which I suggested, look at Ron's 'Outlook object model
(body)' examples, e.g:

Mail one worksheet in the body


---
Regards,
Norman





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
Send to mail recipient error JohnB Excel Discussion (Misc queries) 3 August 11th 07 11:32 AM
Send To - E-mail Recipient Polyprod Setting up and Configuration of Excel 2 March 23rd 06 08:56 AM
Error when using Send to Mail recipient ChuckW Excel Discussion (Misc queries) 1 August 24th 05 08:24 PM
Cannot "Send to -> mail recipient (as attachment)" Jack Excel Discussion (Misc queries) 2 December 18th 04 12:04 PM
send to mail recipient libby Excel Programming 5 November 16th 04 09:12 PM


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