Recent content by Marilcarty

  1. M

    separate the hyperlink from text in a mail in a mail in outlook

    You can write VBA code to do that . I search it on google and find a code as below: Sub ShowAllHyperlinkAddresses() Dim objMail As Outlook.MailItem Dim objWordDocument As Word.Document Dim objWordApp As Word.Application Dim objWordSelection As Word.Selection Dim...
Back
Top