Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default SendMail only one sheet, not entire workbook

is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default SendMail only one sheet, not entire workbook

Hi
use Ron's Sendmail addin:
http://www.rondebruin.nl/mail/add-in.htm

--
Regards
Frank Kabel
Frankfurt, Germany
"Matthew" schrieb im Newsbeitrag
...
is it possible that I can write a macro that will enable me to send only
the
active sheet as the body of an email message rather than sending the
entire
workbook as an attachment? I know I can do so manually. But I was hoping
to
do it as part of a macro.
--
Respectfully
Matthew Russell



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default SendMail only one sheet, not entire workbook

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default SendMail only one sheet, not entire workbook

Thank you for your reply. My concern is this; if I use the sendmail addin
that you suggest, can it be processed without user intervention and invoked
from a macro script? I want the user to click a form button that runs a
macro afterwhich it sends a particular sheet as an email message.

"Ron de Bruin" wrote:

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default SendMail only one sheet, not entire workbook

Hi Matthew

I have also a code example on my site for this.
http://www.rondebruin.nl/mail/folder3/mail2.htm

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


"Matthew" wrote in message ...
Thank you for your reply. My concern is this; if I use the sendmail addin
that you suggest, can it be processed without user intervention and invoked
from a macro script? I want the user to click a form button that runs a
macro afterwhich it sends a particular sheet as an email message.

"Ron de Bruin" wrote:

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell








  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default SendMail only one sheet, not entire workbook

Thank you Ron. I tried your suggestion and it works in the sense that it
sends only the sheet. And I apologize if I seem "picky" but when it was
processing the message I got a 'warning' that email was being sent and I had
to click another button to allow it. I would like to avoid any intervention
like that and just have the email sent automatically. Furthermore, when I
reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Any advice? Thanks in advance.

Matthew

"Ron de Bruin" wrote:

Hi Matthew

I have also a code example on my site for this.
http://www.rondebruin.nl/mail/folder3/mail2.htm

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


"Matthew" wrote in message ...
Thank you for your reply. My concern is this; if I use the sendmail addin
that you suggest, can it be processed without user intervention and invoked
from a macro script? I want the user to click a form button that runs a
macro afterwhich it sends a particular sheet as an email message.

"Ron de Bruin" wrote:

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell






  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default SendMail only one sheet, not entire workbook

Hi

See
http://www.rondebruin.nl/mail/prevent.htm


reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Correct

From my site :

If you use Office 2002 or 2003 see this KB article.
How to Send a Range of Cells Using VBA. (with shapes)
http://support.microsoft.com/default...b;en-us;816644

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


"Matthew" wrote in message ...
Thank you Ron. I tried your suggestion and it works in the sense that it
sends only the sheet. And I apologize if I seem "picky" but when it was
processing the message I got a 'warning' that email was being sent and I had
to click another button to allow it. I would like to avoid any intervention
like that and just have the email sent automatically. Furthermore, when I
reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Any advice? Thanks in advance.

Matthew

"Ron de Bruin" wrote:

Hi Matthew

I have also a code example on my site for this.
http://www.rondebruin.nl/mail/folder3/mail2.htm

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


"Matthew" wrote in message ...
Thank you for your reply. My concern is this; if I use the sendmail addin
that you suggest, can it be processed without user intervention and invoked
from a macro script? I want the user to click a form button that runs a
macro afterwhich it sends a particular sheet as an email message.

"Ron de Bruin" wrote:

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell








  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default SendMail only one sheet, not entire workbook

Ron, Thank you very much for your reply. I feel stupid having forgotten
about the 'sendkeys' function. I apologize for that. It's a quick and
simple solution.

With regards to your 2nd part... I'm working with Outlook 2000. Does that
mean that I would have to accept the possibility of missing graphic images
since the resolution you refer to works with Outlook 2002?

Thanks again...

"Ron de Bruin" wrote:

Hi

See
http://www.rondebruin.nl/mail/prevent.htm


reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Correct

From my site :

If you use Office 2002 or 2003 see this KB article.
How to Send a Range of Cells Using VBA. (with shapes)
http://support.microsoft.com/default...b;en-us;816644

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


"Matthew" wrote in message ...
Thank you Ron. I tried your suggestion and it works in the sense that it
sends only the sheet. And I apologize if I seem "picky" but when it was
processing the message I got a 'warning' that email was being sent and I had
to click another button to allow it. I would like to avoid any intervention
like that and just have the email sent automatically. Furthermore, when I
reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Any advice? Thanks in advance.

Matthew

"Ron de Bruin" wrote:

Hi Matthew

I have also a code example on my site for this.
http://www.rondebruin.nl/mail/folder3/mail2.htm

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


"Matthew" wrote in message ...
Thank you for your reply. My concern is this; if I use the sendmail addin
that you suggest, can it be processed without user intervention and invoked
from a macro script? I want the user to click a form button that runs a
macro afterwhich it sends a particular sheet as an email message.

"Ron de Bruin" wrote:

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell









  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default SendMail only one sheet, not entire workbook

With regards to your 2nd part... I'm working with Outlook 2000. Does that
mean that I would have to accept the possibility of missing graphic images
since the resolution you refer to works with Outlook 2002?


Yes

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


"Matthew" wrote in message ...
Ron, Thank you very much for your reply. I feel stupid having forgotten
about the 'sendkeys' function. I apologize for that. It's a quick and
simple solution.

With regards to your 2nd part... I'm working with Outlook 2000. Does that
mean that I would have to accept the possibility of missing graphic images
since the resolution you refer to works with Outlook 2002?

Thanks again...

"Ron de Bruin" wrote:

Hi

See
http://www.rondebruin.nl/mail/prevent.htm


reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Correct

From my site :

If you use Office 2002 or 2003 see this KB article.
How to Send a Range of Cells Using VBA. (with shapes)
http://support.microsoft.com/default...b;en-us;816644

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


"Matthew" wrote in message ...
Thank you Ron. I tried your suggestion and it works in the sense that it
sends only the sheet. And I apologize if I seem "picky" but when it was
processing the message I got a 'warning' that email was being sent and I had
to click another button to allow it. I would like to avoid any intervention
like that and just have the email sent automatically. Furthermore, when I
reviewed the email message I found that some of the graphic elements from the
Excel worksheet were lost when it became the body of the email message.

Any advice? Thanks in advance.

Matthew

"Ron de Bruin" wrote:

Hi Matthew

I have also a code example on my site for this.
http://www.rondebruin.nl/mail/folder3/mail2.htm

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


"Matthew" wrote in message ...
Thank you for your reply. My concern is this; if I use the sendmail addin
that you suggest, can it be processed without user intervention and invoked
from a macro script? I want the user to click a form button that runs a
macro afterwhich it sends a particular sheet as an email message.

"Ron de Bruin" wrote:

Hi Matthew

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

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


"Matthew" wrote in message ...
is it possible that I can write a macro that will enable me to send only the
active sheet as the body of an email message rather than sending the entire
workbook as an attachment? I know I can do so manually. But I was hoping to
do it as part of a macro.
--
Respectfully
Matthew Russell











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 you PDF an entire Excel workbook versus one sheet at a time K2FL Excel Discussion (Misc queries) 2 August 8th 08 08:18 PM
How to print entire workbook 9 pages to a sheet? JDS Excel Worksheet Functions 7 July 14th 08 09:47 PM
Send entire workbook/current sheet pop-up box. swellett Excel Discussion (Misc queries) 0 March 17th 06 04:55 PM
Send entire workbook/current sheet pop-up box. swellett Excel Discussion (Misc queries) 2 March 17th 06 04:32 PM
How can I set up headers/footers for an entire workbook vs sheet jaydub Excel Discussion (Misc queries) 1 September 21st 05 05:57 PM


All times are GMT +1. The time now is 05:41 AM.

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"