Forum Discussion

Gabe24's avatar
Gabe24
Copper Contributor
Feb 03, 2022

Link

I use multiple spreadsheets and to make it easier to quickly access the various spreadsheets, I created a master spreadsheet containing links to the other sheets. I click on the link and the spreadsheet opens. Until today.

Now when I click on the link I get a Microsoft sign-in screen. When the sign-in information is entered this message is returned  "This d.docs.live.net page can’t be found."
I have been using this master spreadsheet for some time without an issue.

If I delete the line and create a new link the problem goes away.

Has anyone encountered this? What caused it? How can it be fixed?

5 Replies

    • Gabe24's avatar
      Gabe24
      Copper Contributor

      Each link in the master spreadsheet is for a different different Excel file. Each is unique to the particular file it accesses.  The links were all created in the same manner in Excel, working in the spreadsheet, right click to bring up the menu, click on "Link" on the bottom of the menu and follow through to locate the desired file.

      All links were working until one day they just stopped working. I have since recreated all the links and they work. I would very much like to know how or what caused the changes so this time consuming happening can be avoided in the future.

      Thank you for any help/ insight you can give.

       

       JKPieterse 

      • JKPieterse's avatar
        JKPieterse
        Silver Contributor
        I meant to say, when the links no longer worked, did they still contain the exactly right address, or did the address change in some way? If the address hasn't changed, try removing the link and writing it as flat text in a cell. Then use the HYPERLINK function to that cell like so (let's assume cell A2):
        =HYPERLINK("file:"&A2)