Thread: Formatting
View Single Post
  #1  
Old October 6th 09, 06:42 PM posted to microsoft.public.outlook.program_forms
Wanda
external usenet poster
 
Posts: 29
Default Formatting

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