+ Reply to Thread
Results 1 to 2 of 2

Change font type and color

Hybrid View

  1. #1
    Registered User
    Join Date
    03-31-2010
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Change font type and color

    I have the following code in Excel to generate and Outlook email with a message.

    With OutMail
    .To = mailAddress
    .Subject = "test mail"
    .HTMLBody = "message"
    .Display
    End With

    How do I change the font type (say, in italicized Arial Black), and the color of the message?


    imdl

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Change font type and color

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1