Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default Sending E-Mails from Excel

I have a subroutine in Excel that sends out e-mails in Outlook. Works
perfectly, except that it doesn't use my standard layout (style) nor does it
insert a signature. Can anyone help me get that to work?

--
Bill @ UAMS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Sending E-Mails from Excel

you set the Body property to new text rather than appending to Body if Word
is not the email editor.

Set ObjPop = ObjPop.Controls("Signature")
ObjPop.Reset
Set ObjCtl = ObjPop.Controls.Item("name of signature")


"BillCPA" wrote:

I have a subroutine in Excel that sends out e-mails in Outlook. Works
perfectly, except that it doesn't use my standard layout (style) nor does it
insert a signature. Can anyone help me get that to work?

--
Bill @ UAMS

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
sending mails from excel...but mail body disappearing Jithu Excel Discussion (Misc queries) 1 January 10th 08 01:03 PM
sending mails from excel...but mail body disappearing Jithu Excel Programming 0 January 10th 08 12:55 PM
Sending mails on behalf in excel Pavol Uhrin Excel Programming 2 July 22nd 05 07:53 AM
sending mails using outlook Bart van den Burg Excel Programming 1 November 11th 04 12:51 PM
sending e-mails from excel without 'send' richard Excel Programming 1 April 2nd 04 04:37 PM


All times are GMT +1. The time now is 05:14 PM.

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"