Formatting

Status
Not open for further replies.
W

Wanda

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
 
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)

-

"Wanda" <Wanda> wrote in message

news:37326690-3CBF-483B-B067-B8A985FCDD9D@microsoft.com...
> 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
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
M A plug in (or method) to keep email message formatting after it expires Using Outlook 1
C View doesn't refresh (fields or formatting) Using Outlook 1
V Can one change the formatting of email title blocks? Using Outlook 0
N Help creating a VBA macro with conditional formatting to change the font color of all external emails to red Outlook VBA and Custom Forms 5
K Outlook tasks formatting Using Outlook 4
E Conditional formatting - when current account <> received account ? Using Outlook 3
V Outlook Forms: Formatting a Label with 2 different styles Outlook VBA and Custom Forms 1
P BCM conditional formatting BCM (Business Contact Manager) 5
S Conditional Formatting for messages in a Conversation thread Using Outlook 1
S Conditional Formatting in calendar part of To-Do Bar Using Outlook 1
S Conditional formatting problem with "is not empty" and categories Using Outlook 2
N How to remove signature formatting from Text in Word (accidentally taken from Outlook) Using Outlook 0
K Conditional Formatting based on Department of person received from? Outlook VBA and Custom Forms 4
M Using conditional formatting on a shared calendar with categories Using Outlook 6
L Email to task without changin formatting Outlook VBA and Custom Forms 16
K Paste from Windows Clipboard then change font without losing formatting Outlook VBA and Custom Forms 1
C Change default colors for conditional formatting Using Outlook 2
Diane Poremsky Use Word Macro to Apply Formatting to Email Using Outlook 0
makinmyway How Prevent Re-Formatting of Contact Notes Field When Syncing Using Outlook 10
G outlook 13 copy & paste without losing formatting Using Outlook 1
D Outlook 2007 Formatting Using Outlook 1
D telephone formatting Contacts Using Outlook 2
D Conditional formatting - font sizes Using Outlook 3
A Lync meeting in outlook lose HTML formatting Using Outlook 3
A Help creating macro for conditional formatting settings Using Outlook 8
B Conditional Formatting:How to use >1 value in a filter Using Outlook 7
Copwriter Paragraph formatting in blank messages/stationery Using Outlook 3
V Report stuck formatting page Using Outlook 1
T The Formatting Changes When A Recurring Appointment is Changed Using Outlook 1
J Formatting Contacts to Export for iPhone Using Outlook 0
O How do I get rid of odd formatting of new e-mails? Using Outlook 3
A Using OR when organising with conditional formatting Using Outlook 1
G Outlook 2010 not formatting in-line comments Using Outlook 5
J Conditional Formatting Upon My Reply Using Outlook 1
W Outlook 2010 Share calendar but keep color formatting Using Outlook 2
Commodore Auto-formatting of certain phone numbers Using Outlook 2
B Ok - a complicated one - but really need help (auto formatting) Using Outlook 9
E Email Formatting - Tabs Using Outlook 1
A Need method to rapidly correct telephone contact telephone number formatting Using Outlook 1
N lose conditional formatting when importing to Outlook 2010 Using Outlook 2
H Formatting of email conversation print outs - URGENT Using Outlook 1
K Problems with message formatting for individual user Using Outlook 1
M Auto-correct Contact fields' formatting? Using Outlook 7
O Hyperlink formatting lost after replacement in outlook Using Outlook 5
O Hyperlink formatting lost after replacement in outlook Using Outlook 0
D Formatting Styles when Replying Using Outlook 10
K Outlook 2010 conditional formatting Using Outlook 21
N Help in programmatically setting formatting in an AppointmentItem Outlook VBA and Custom Forms 3
H Create/Apply auto formatting rules by VB? Outlook VBA and Custom Forms 2
H C# inserting word document with formatting into outlook message Outlook VBA and Custom Forms 1

Similar threads

Back
Top