+ Reply to Thread
Results 1 to 5 of 5

Clearing Links

  1. #1
    Connie Martin
    Guest

    Clearing Links

    In Excel 2000, I have a file that I don't want to update any more. I went to
    Tools/Options/Calculation and removed the check mark in "Update remote
    references", clicked OK, and saved the file. Everytime I open it, it still
    asks if I want to update links. I click NO! "Update remote references" has
    the check mark back again. What gives? How do I make clear the links from
    this file? I know I can also do Edit/Copy/Paste special.../Values, but these
    links are here and there in the file, with formulas here and there, and I
    don't want to get rid of the formulas, so that Edit/Copy/Paste special...
    would be a long tedious task. Connie Martin

  2. #2
    Registered User
    Join Date
    05-30-2005
    Posts
    2
    no problem....the solutions.

    copy the code in an module to vb in excel and o.k. then run macros zaphyperlinks

    Sub ZapHyperlinks()
    Cells.Hyperlinks.Delete
    End Sub


    Best regards

    Andy

  3. #3
    Connie Martin
    Guest

    Re: Clearing Links

    Sorry, you've completely lost me. I'm not an Excel guru, and surely you
    shouldn't have to be one to simply get rid of links!

    "ancasa" wrote:

    >
    > no problem....the solutions.
    >
    > copy the code in an module to vb in excel and o.k. then run macros
    > zaphyperlinks
    >
    > Sub ZapHyperlinks()
    > Cells.Hyperlinks.Delete
    > End Sub
    >
    >
    > Best regards
    >
    > Andy
    >
    >
    > --
    > ancasa
    > ------------------------------------------------------------------------
    > ancasa's Profile: http://www.excelforum.com/member.php...o&userid=23862
    > View this thread: http://www.excelforum.com/showthread...hreadid=377072
    >
    >


  4. #4
    Connie Martin
    Guest

    Re: Clearing Links

    I found a good solution: http://support.microsoft.com/kb/q188449/

    "ancasa" wrote:

    >
    > no problem....the solutions.
    >
    > copy the code in an module to vb in excel and o.k. then run macros
    > zaphyperlinks
    >
    > Sub ZapHyperlinks()
    > Cells.Hyperlinks.Delete
    > End Sub
    >
    >
    > Best regards
    >
    > Andy
    >
    >
    > --
    > ancasa
    > ------------------------------------------------------------------------
    > ancasa's Profile: http://www.excelforum.com/member.php...o&userid=23862
    > View this thread: http://www.excelforum.com/showthread...hreadid=377072
    >
    >


  5. #5
    Connie Martin
    Guest

    Re: Clearing Links

    Actually, the very best one is here: http://www.mrexcel.com/td0048.html
    Just download the file: http://www.herber.de/andere/findlink.zip found
    part way down the page.

    "ancasa" wrote:

    >
    > no problem....the solutions.
    >
    > copy the code in an module to vb in excel and o.k. then run macros
    > zaphyperlinks
    >
    > Sub ZapHyperlinks()
    > Cells.Hyperlinks.Delete
    > End Sub
    >
    >
    > Best regards
    >
    > Andy
    >
    >
    > --
    > ancasa
    > ------------------------------------------------------------------------
    > ancasa's Profile: http://www.excelforum.com/member.php...o&userid=23862
    > View this thread: http://www.excelforum.com/showthread...hreadid=377072
    >
    >


+ 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