![]() |
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
|
|||
|
|||
![]()
If you have created a 2003 Outlook custom form and you have an IF statement
in the code, such as: If objTab3("chbxPDIS") = True Then .Body = .Body & "** PDIS has been requested." & chr(13) & chr(13) End If Can you make the text part (** PDIS has been requested.) bolded? The IF statement is within a create new email type. thank you. Wanda |
Ads |
#2
|
|||
|
|||
![]()
You would need to set the HTMLBody property instead of Body. HTMLBody can
use any custom formatting The downside is that you cannot easily concatenate HTML strings. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Wanda" wrote in message ... If you have created a 2003 Outlook custom form and you have an IF statement in the code, such as: If objTab3("chbxPDIS") = True Then .Body = .Body & "** PDIS has been requested." & chr(13) & chr(13) End If Can you make the text part (** PDIS has been requested.) bolded? The IF statement is within a create new email type. thank you. Wanda |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
formatting text | skurtz | Outlook - Using Contacts | 1 | April 21st 08 09:10 PM |
Formatting | Sam[_2_] | Outlook - General Queries | 1 | December 7th 07 10:27 PM |
Formatting | eve3038 | Outlook - General Queries | 8 | July 6th 07 10:46 PM |
Formatting bar | Shelly | Outlook Express | 4 | May 26th 06 04:20 AM |
formatting | LarryV | Outlook - Installation | 0 | April 4th 06 07:31 PM |