![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Can someone tell me why this does not write to the message body? I am
stumped! I have placed it in the ThisOutlookSession. Public WithEvents colInsp As Outlook.Inspectors Public WithEvents objInsp As Outlook.Inspector Public Sub Initialize_handler() Set colInsp = Application.Inspectors End Sub Private Sub colInsp_NewInspector(ByVal Inspector As Inspector) Dim OrigBody Dim objItem As Object Set objInsp = Inspector Set objItem = objInsp.CurrentItem If objItem.Subject = "FL DAILY INBOUND SHEET.xls" Then OrigBody = objItem.HTMLBody objItem.HTMLBody = "HTMLH3" & Format(Date, "MMM. DD, YYYY") & "/H3/HTML" & OrigBody End If End Sub -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Htmleditor from Inspector of Newinspector Event | Kavitha Saivam | Outlook - Using Forms | 2 | May 31st 07 02:30 PM |
Problem when adding new toolbar on NewInspector when editor type in Word - Outlook 2003 | Harry | Add-ins for Outlook | 3 | March 26th 07 02:25 PM |
Problem when adding new toolbar on NewInspector when editor type is Word - Outlook 2003 | Harry | Outlook - General Queries | 1 | February 7th 07 02:06 PM |
Adding/Using a custom form during the NewInspector event | Tom at GSD | Add-ins for Outlook | 3 | July 12th 06 10:21 PM |
NewInspector Event and "No Such Interface Supported" | jim | Add-ins for Outlook | 0 | January 10th 06 03:22 AM |