+ Reply to Thread
Results 1 to 2 of 2

Showing the correct updated hyperlink on excel

  1. #1
    Registered User
    Join Date
    08-16-2017
    Location
    USA
    MS-Off Ver
    2010 starter
    Posts
    1

    Showing the correct updated hyperlink on excel

    Hello,
    I notice that everytime I bulk tried to find & replace the hyperlink inside a excel cell, once hover over or clicked on the link it will show the old original outdated link, I was wondering how can I have the new one to show everytime.

    Below is a example of what I'm referring to.
    EXCEL.jpg

  2. #2
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Showing the correct updated hyperlink on excel

    Links are created in more than one way and Excel holds the values differently
    - the VBA below corrects the "visible" value for both "embedded" links and links created by "formula"

    This may be overkill for what you need but it should work.

    The procedure FriendlyNameToEqualLink
    - loops through all worksheets in the workbook
    - identifies those links where visible text differs to link value
    - overwrites the "visible" text with correct link value
    - creates a worksheet listing those cells with values that differed

    If you only want this to run for ONE sheet, amend this line to include the correct name for your worksheet:
    If ws.Name = "SomeLinks" Then Call CheckLinks(ws, 0)

    If there are multiple sheets and all are to be checked, amend to:
    Call CheckLinks(ws, 0)

    Paste everything below into a general module:
    Please Login or Register  to view this content.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VB Code is correct but table fromats not getting updated.
    By Menaka in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-06-2013, 04:16 AM
  2. Highlighting due dates - (updated w/ formula but w/o the correct macros! help)
    By muffins in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-22-2012, 05:19 AM
  3. Excel 2007 : Showing an the latest updated cell
    By Richmate in forum Excel General
    Replies: 8
    Last Post: 04-07-2010, 11:32 AM
  4. showing updated weather
    By Neutrall in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-29-2008, 09:53 AM
  5. [SOLVED] Showing Updated Cells
    By [email protected] in forum Excel General
    Replies: 0
    Last Post: 06-22-2006, 03:55 PM
  6. Can a linked hyperlink be updated
    By Tgivin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-12-2006, 03:50 PM
  7. Links not showing updated value
    By Wanson in forum Excel General
    Replies: 2
    Last Post: 12-08-2005, 11:10 AM
  8. [SOLVED] Email hyperlink changes not showing in excel
    By Nancy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-12-2005, 08:06 PM

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