+ Reply to Thread
Results 1 to 2 of 2

hyperlinks in excel

  1. #1
    Mike Nolan
    Guest

    hyperlinks in excel

    i am using office 03 for the first time. how does one prevent e-mail
    addresses from becoming hyperlinks and eliminate those that are already in
    that format. thank you.

    mike nolan

  2. #2
    Gord Dibben
    Guest

    Re: hyperlinks in excel

    Mike

    To prevent in the future........

    Tools>Autocorrect Options>Autoformat as you type. Uncheck the "replace as you
    type" box.

    To get rid of current ones you can edit manually or run a macro on a selected
    range.

    Sub removeAllLinksFromSelection()
    Selection.Hyperlinks.Delete
    End Sub


    Gord Dibben Excel MVP

    On Mon, 10 Jan 2005 14:03:02 -0800, "Mike Nolan" <Mike
    [email protected]> wrote:

    >i am using office 03 for the first time. how does one prevent e-mail
    >addresses from becoming hyperlinks and eliminate those that are already in
    >that format. thank you.
    >
    >mike nolan



+ 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