+ Reply to Thread
Results 1 to 3 of 3

E-mail Addresses in Excel

  1. #1
    Kim
    Guest

    E-mail Addresses in Excel

    I am using Excel for a simple database. One column contains e-mail
    addresses. When I click on an address, it jump starts Outlook, which I don't
    use. I lose a lot of time closing it. Is there some way to turn off the
    auto start?

  2. #2
    Chip Pearson
    Guest

    Re: E-mail Addresses in Excel

    To delete the existing hyperlinks and leave only the email
    messages as text, use the following macro:
    Sub AAA()
    Dim Rng As Range
    For Each Rng In Selection.Cells
    Rng.Hyperlinks.Delete
    Next Rng
    End Sub

    Select the cells in question and run the code.

    To prevent Excel from automatically changing email addresses to
    hyperlinks, go to the Tools menu, choose AutoCorrect Options,
    then the "AutoFormat As You Type" tab, and uncheck "Internet and
    network paths with hyperlinks."


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "Kim" <[email protected]> wrote in message
    news:[email protected]...
    >I am using Excel for a simple database. One column contains
    >e-mail
    > addresses. When I click on an address, it jump starts Outlook,
    > which I don't
    > use. I lose a lot of time closing it. Is there some way to
    > turn off the
    > auto start?




  3. #3
    Daniel CHEN
    Guest

    Re: E-mail Addresses in Excel

    Select the whole range which has email address, then right click your mouse,
    then select remove hyperlink.

    --
    Best regards,
    ---
    Yongjun CHEN
    =================================
    XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
    - - - - www.XLDataSoft.com - - - -
    Free Excel-Based Data Processing Tool is Available for Download
    Free Excel / VBA Training Materials is Available for Download
    =================================
    "Kim" <[email protected]> wrote in message
    news:[email protected]...
    >I am using Excel for a simple database. One column contains e-mail
    > addresses. When I click on an address, it jump starts Outlook, which I
    > don't
    > use. I lose a lot of time closing it. Is there some way to turn off the
    > auto start?




+ 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