• How to convert tex to clickable email address? (2002)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » How to convert tex to clickable email address? (2002)

    • This topic has 2 replies, 3 voices, and was last updated 23 years ago.
    Author
    Topic
    #371240

    I have several columns of imported email address. I believed they are in text format. How to convert them into clickable email address?

    Viewing 1 reply thread
    Author
    Replies
    • #589538

      Select the cells containing the addresses and run this macro:

      Public Sub ConvertToEmail()
      Dim oCell As Range
          For Each oCell In Selection
              ActiveSheet.Hyperlinks.Add anchor:=oCell, Address:="mailto:" & oCell.Value
          Next oCell
      End Sub
      
    • #589541

      If A1 has an email address, then the formula

      =HYPERLINK("mailto:"&A1,A1)

      will create a clickable link.

    Viewing 1 reply thread
    Reply To: How to convert tex to clickable email address? (2002)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: