Search results

  1. M

    Macro to Format certain words in email message

    I've had a good look and it seems to find the correct words, just it doesn't modify the formats. Sub Branding() Dim objOL As Outlook.Application Dim objNS As Outlook.NameSpace Dim objDoc As Word.Document Dim objSel As Word.selection Dim strStamp As String On Error Resume...
  2. M

    Macro to Format certain words in email message

    No errors. It seems to cycle through and select all the appropriate words in quick succession, but only selects, doesn't edit them.
  3. M

    Macro to Format certain words in email message

    I am trying to build an Outlook Macro for use when composing an email message to reformat several specific words at once in the email body so they are in their correct branding colours depending on what word they are. The code needs to find a word that starts with the string "xp" and then...
Back
Top