#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default e-mail macro

I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default e-mail macro

Hi cjmike

See my site for example code and example workbooks
http://www.rondebruin.nl/sendmail.htm

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



"cjmike" wrote in message ...
I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default e-mail macro

Many thanks.

One quick question,

Can you explain this in a little more detail? "Don't forget to copy the
function RangetoHTML in the module."

Many thanks.

"Ron de Bruin" wrote:

Hi cjmike

See my site for example code and example workbooks
http://www.rondebruin.nl/sendmail.htm

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



"cjmike" wrote in message ...
I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default e-mail macro

The macro call the function to create the html in this line

.HTMLBody = RangetoHTML(rng)

If it can't find the function it is not working
Copy both in a module and run the macro

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



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



"cjmike" wrote in message ...
Many thanks.

One quick question,

Can you explain this in a little more detail? "Don't forget to copy the
function RangetoHTML in the module."

Many thanks.

"Ron de Bruin" wrote:

Hi cjmike

See my site for example code and example workbooks
http://www.rondebruin.nl/sendmail.htm

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



"cjmike" wrote in message ...
I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default e-mail macro

Many thanks.

One other question, if I add pictures or shapes to the worksheet these do
not come through with the e-mail. Is there a way round this?

"Ron de Bruin" wrote:

The macro call the function to create the html in this line

.HTMLBody = RangetoHTML(rng)

If it can't find the function it is not working
Copy both in a module and run the macro

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



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



"cjmike" wrote in message ...
Many thanks.

One quick question,

Can you explain this in a little more detail? "Don't forget to copy the
function RangetoHTML in the module."

Many thanks.

"Ron de Bruin" wrote:

Hi cjmike

See my site for example code and example workbooks
http://www.rondebruin.nl/sendmail.htm

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



"cjmike" wrote in message ...
I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default e-mail macro

Hi cjmike

Read the more Information part below the macro on my page
http://www.rondebruin.nl:80/mail/folder3/mail2.htm

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



"cjmike" wrote in message ...
Many thanks.

One other question, if I add pictures or shapes to the worksheet these do
not come through with the e-mail. Is there a way round this?

"Ron de Bruin" wrote:

The macro call the function to create the html in this line

.HTMLBody = RangetoHTML(rng)

If it can't find the function it is not working
Copy both in a module and run the macro

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



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



"cjmike" wrote in message ...
Many thanks.

One quick question,

Can you explain this in a little more detail? "Don't forget to copy the
function RangetoHTML in the module."

Many thanks.

"Ron de Bruin" wrote:

Hi cjmike

See my site for example code and example workbooks
http://www.rondebruin.nl/sendmail.htm

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



"cjmike" wrote in message ...
I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?








  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default e-mail macro

Many thanks.

"Ron de Bruin" wrote:

Hi cjmike

Read the more Information part below the macro on my page
http://www.rondebruin.nl:80/mail/folder3/mail2.htm

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



"cjmike" wrote in message ...
Many thanks.

One other question, if I add pictures or shapes to the worksheet these do
not come through with the e-mail. Is there a way round this?

"Ron de Bruin" wrote:

The macro call the function to create the html in this line

.HTMLBody = RangetoHTML(rng)

If it can't find the function it is not working
Copy both in a module and run the macro

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



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



"cjmike" wrote in message ...
Many thanks.

One quick question,

Can you explain this in a little more detail? "Don't forget to copy the
function RangetoHTML in the module."

Many thanks.

"Ron de Bruin" wrote:

Hi cjmike

See my site for example code and example workbooks
http://www.rondebruin.nl/sendmail.htm

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



"cjmike" wrote in message ...
I currently have a macro set up that will e-mail out different worksheets as
e-mail attachements. Is it possible to change this macro to e-mail out as
the body of the e-mail text rather than an attachement?









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
Can a excel macro that runs a mail merge print the letters? ExcelUser1 Excel Discussion (Misc queries) 0 October 31st 06 04:30 PM
Macro question Chris Excel Worksheet Functions 12 July 7th 06 01:23 AM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Mail Merge macro Wonder Women Excel Discussion (Misc queries) 4 January 5th 06 07:37 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM


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