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