![]() |
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
|
|||
|
|||
![]()
Let's say I have this code, which uses the Redemption SafeInspector
library: Set sInspector = CreateObject("Redemption.SafeInspector") sInspector.Item = Application.ActiveInspector If sInspector.EditorType = olEditorRTF Or sInspector.EditorType = olEditorWord Then Set RTFEditor = sInspector.RTFEditor RTFEditor.SelAttributes.Name = "Courier New" RTFEditor.SelAttributes.Size = 8 ' here's the question... ' RTFEditor.RTFSelText = "" End If ....and then there are bunch of calls like sInspector.SelText = "Some string" Now, what I'm finding is that "Some string" prints out in whatever font/size the Outlook email editor is already using. On the other hand, if I uncomment that RTFEditor.RTFSelText="" line, then subsequent calls to sInspector.SelText are in the chosen font/size. Is there something I'm missing here (no surprise!) or is there a different way of outputting "Some string" I should be using...? This is Outlook 2003, if that matters. Thanks! -S. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I need a simple question answered.. | Roxi | Outlook Express | 5 | July 10th 06 04:12 AM |
simple text... | ChessNut | Outlook - Calandaring | 4 | May 1st 06 01:54 PM |
Fairly simple question about outlook print example | Amy | Outlook - Using Forms | 1 | April 6th 06 11:31 PM |
Probably a simple problem, but... | Terry | Outlook Express | 5 | April 2nd 06 02:12 PM |
Need some simple code | Dave Neve | Outlook and VBA | 3 | January 15th 06 07:49 AM |