Understanding Workbook Links vs. Edit Links
Excel has transitioned from the "Edit Links" popup function to a new "Workbook Links" sidebar function. While some users find value in both, others have noted that the "Workbook Links" feature may not always appear consistently on the Ribbon [1]. If you prefer using the "Edit Links" option, it can still be added back as a custom group on the Ribbon
[1:1].
Managing Hyperlinks and Browsed Pages
When linking files in Excel, especially PDFs, users have experienced issues with the "browsed pages" list not displaying recently saved files unless they are opened immediately after saving [2:1]. A workaround is to save files using a different application, such as Chrome instead of Adobe Reader, which may resolve this issue
[2:3].
Handling URL Links and Security Warnings
Some users encounter security warnings when clicking URL links within Excel, particularly if the default browser is set to Edge [3:3]. Switching to another browser like Chrome might alleviate these issues. Additionally, creating dynamic links that adjust based on user-specific file paths can help avoid blocked links
[3:1].
Bulk Hyperlinking and Combining Cells
To bulk hyperlink by combining two cells, you can use the formula =HYPERLINK(A1 & B1)
where A1 and B1 are the cells you want to combine into a single hyperlink [4:1]. This method allows for efficient creation of multiple hyperlinks by concatenating cell values.
Breaking Phantom Links
If you encounter phantom links in your workbook that cannot be broken, check several areas where links might reside, such as formulas, named ranges, conditional formatting, and chart ranges [5:2]
[5:4]. Using tools like Name Manager or third-party add-ons can help identify and remove hidden links
[5:5]
[5:6]. Unzipping the Excel file and searching through its contents with a text editor like Notepad++ is another strategy for locating elusive links
[5:2].
These insights should help you effectively manage links in Excel, whether you're dealing with workbook links, hyperlinks, or trying to break unwanted connections.
There are several posts about the new "Workbook Links" sidebar function that has replaced the "Edit Links" popup function on the Ribbon. I've seen that the "Edit Links" is still available and you just have to add it back in as a custom group on the Ribbon. I've seen that most folks hate the "Workbook Links" function.
I see value in both, and would like easy access to both.
Mine is acting odd. A year or so ago, very briefly, the "Workbook Links" showed on the Ribbon, but then it reverted.
Now, when I open a workbook, SOMETIMES Excel give me an alert across the top saying it was unable to refresh from a Linked Workbook, and if I click the Manage Workbook Links button that is in that alert, it takes me to the "Workbook Links" sidebar. But, the option in my Ribbon is "Edit Links". See photo.
This is the only time I can figure out how to get to "Workbook Links". If I dismiss that alert, or if I go to "Workbook Links" and then close it, I don't know how to get back to it. I've tried to search available functions in the Ribbon editor, and I can't find it.
So, I'm opposite of others - I know how to access "Edit Links". But, how can I get access to the "Workbook Links" function after I dismiss this alert?
I strongly suggest you to use Help, Feedback, Report a problem. They do listen to these.
I guess I'm not completely sure there is a problem to report. I was looking for insights if others experienced the same thing, and if so, how they were able to access the "Workbook Links" sidebar on demand.
Well, there is, Because you are supposed to see that "Workbook links" button on your ribbon, not the Edit links one. If you go to File, Account, About Excel button, what is the version string at the top (you can right-click it to copy)? Mine is Microsoft® Excel® for Microsoft 365 MSO (Version 2506 Build 16.0.18925.20076) 64-bit
/u/IAmMeMeMe - Your post was submitted successfully.
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Hi,
When I save a pdf, I then link that file in my excel spreadsheet.
I right click, go to link, existing file or web page, browsed pages.
It used to display files that I had saved, but now it's only files that have been opened.
The workaround currently is to save as again, right click on the file to open it, then continue with the linking.
I have just recently moved to a new Windows 11 PC, so not sure if it's because of that or a wider change.
I'm saving the files from the standard Adobe reader.
Is there a way to get back to having the saved files show up in the 'browsed pages' section of the hyperlink?
/u/Robboflyer - Your post was submitted successfully.
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
I don't think the browsed pages list auto-populates with every file you've recently saved.
Perhaps you had your your old PC immediately open PDFs upon save > they show up on that list.
And on a clean Win11 setup, unless you open the file after saving, I don't think Excel will add it to the browsed pages cache.
Definitely wasn't opening after saving...
But I've found a solution which is instead of using Adobe Reader, I'm just opening them in Chrome and saving from there. The location is in the browsed pages waiting for me.
I've built a tool for work which is an export of a huge SharePoint resource library. I made it all pretty and included slicers so folks could easily find the thing they're looking for. Many of these resources are url links to other locations across our SharePoint portal (so not just docs housed in this library). That Excel file is embedded in a file viewer web part of a separate "file locator tool" page.
When I click those url links from the library itself, it works just fine. But from the Excel export and the file viewer, I get a download error in my browser saying "X.url was blocked because this type of file can harm your device." Now, I can just right click and keep - that opens up the doc at the link where it lives. But none of the users of this tool are going to know that.
Is there any way around this at all? My leadership is probably going to shut this whole thing down if it requires teaching users to ignore download warnings for it to function. Nor do I think that should be the answer.
Thank you!
/u/AcriDice - Your post was submitted successfully.
Please read these reminders and edit to fix your post where necessary:
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Can I know if your default browser is Edge by any chance? If it is, see if you have the same prompt after switching to Chrome (or any other browser of your preference).
Should create links where each individual user adds their own unique path infront at an index and then that index should link all the filepaths not linking to a sharepoint webaddress but rather their own local PCs that are synced to the sharepoint.
I think that would work ?
My powerquery has issues where I index filepaths and it changes it to a web address. But, to make it dynamic, when a user opens their file, it will look up that user's unique pathing, and then when you run your powerquery -- It opens it directly from their sync'd desktop/laptop rather than from the web address.
Not sure if this solution would work for you to remove the errors?
I'm trying to add a cell to the URL to then bulk hyperlink. Is anyone familiar with how to do this? Hopefully the snip below will help explain.
/u/JLR_Andy - Your post was submitted successfully.
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
=HYPERLINK(A1 & B1)
AWESOME- thank you!
> Was your problem solved? > > > > OPs may (and should) reply to any solutions saying: > > Solution Verified > > > > This awards the user a ClippyPoint and changes the post flair to solved.
+1 point
You have awarded 1 point to Commoner_25.
^(I am a bot - please contact the mods with any questions)
Hi
I have created a workbook to hold a library of materials, costs, and other information. There are a few formula to perform calculations across selected fields.
The workbook is used by a number of users. I created it using a pc operasting Win10, however most users are using MAc (I have no idea if this could be an influence).
I inserted a macro to protect a specific sheet on closing, and there is also a basic pivot table in another tab.
There is a link to a phantom file that does not exist and I am unable to break the link as I can do for other links.
When the MAC users open the file they get the below messages:
Click Yes
Details
Details: Unspecified error Location: Line 2, Column: 79
Click Ok
Then the workbook opens put with formatting changes including pivot table gone and some headings unsure exactly what data is lost. Line 2, Column 79 (CA) is empty, I've deleted a couple of times to make sure.
Any help would be most appreciated.
Thanks
Carol
Links can be in a few places, including formulas, names or conditional formatting.
Try searching in formulas for part of the file name by using the ‘formulas’ drip down in the search windows.
Look at any names that have been defined.
Go through the formulas for each conditional formatting rule.
Last resort for me usually to unzip the file (change the extension from .xslx to .zip) and then use notepad++ to search for the file name through the whole folder.
There’s an add on if you search for google that will show hidden links and allow you to delete them. This happens to me on workbooks that have external add ons such as capiq and then they’re given to someone else.
This is a bit of an annoying one and generally requires a bit of a detective mission.
In my experience Excel can't break links if:
I would just start having a hunt in those areas and hopefully you'll find the culprit pretty quickly.
First thing I usually do is check conditional formatting
For named ranges, check "Formulas"->"Name manager"
If there’s not any sensitive information on it, if you send me a link to it, I’d claw through it to try to find the cell link that it’s trying to calculate
If you go into Backstage View (File tab) you'll see a link towards the lower right where you can manage your links.
BTW, this also works if you are creating a static chart in Excel for use in another Office program like Word or PowerPoint and you don't want it to keep updating.
Hi,
I have an Excel workbook which picks up the latest data from a bunch of other workbooks in a specific directory. Those workbooks will periodically get updated with new ones containing the latest data. I can't change this as an input.
What I'd like to do is have the Excel update the external links automatically at the push of a button.
I've seen this done with VBA before -- where a macro will scan the folder and pick up the new files, updating the link. From there the formulae will automatically pick up the relevant data using lookups or index matches on the latest date.
I don't really know VBA, but I do know python at a basic / intermediate level.
Is there a way to do this with python so that a non python user could later just hit the button and the workbook will refresh?
Or am I better off just learning the VBA I need to do this?
Thanks!
Remove all links and use power query to build a data set from all sources. Build report. Now when mew data is loaded you simple refresh your query and done.
Link in formulas will cause major headaches. Move to power query now and you’ll be a hero.
But will power query know to pick up the data if a new file replaces an old one?
Yes. Do a google on power query. Youtube ExcellIsFun channel is solid.
Ill give a quick example. I have a report driven by thousands of individual text files. All the text files represent a month of data. New files are loaded at end of each month. I use pq to connect to the folder where all the individual text files are stored… once new text files are loaded to the folder i simply refresh the pq and the entire report is update.
Excel 365 now has an Automate Ribbon with several sample scripts included. Learn to use Office Scripts as you then will be able to perform the scripts with Excel for the Web. Power Automate is available through Microsoft Store.
Oh I'll check it out, though my work computer is annoyingly backwards and limited in terms of new things like that
I asked Copilot this: python code to automatically update excel spreadsheet links. It came up with what looks like simple code. Are you using Excel 365? I assume you mentioned Python because it is now in Excel 365.
I’m on my phone now, but, there should be a way to refresh the data every x amount of minutes, or upon opening the workbook.
/u/Dystopiate_addict - Your post was submitted successfully.
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Hi everyone,
How can I link an Excel file in my system files to a hyperlink on a landing page I created so that clicking the link opens the file?
I've attached an image showing the hyperlink options available to me for Text within the system.
Could someone tell me which of these options is the relevant one for this task?
Thanks in advance !
Hi, I want to preface this by sayin' that I'm not the most tech savy person out there so please be gentle. I'm not even sure this is the right subreddit for this kind of problem
I've got this problem that is buggin' me for a while. How to put this, I've got this folder that I have to present to a client. Inside the folder there are a some excel files in which there's a list of utilities with their description and the related photos for each one.
Now, each photo is accessible through a link inside the excel file in the corresponding line of the utility you're looking for. The link directs the user towards a photo inside a subsidiary folder inside the main folder.
The folder goes like this:
-Main Folder
\-links' folder
\-photo for utility 0
...
\-photo for utility n
\-excel file
My problem is that the path of the link is bound to my computer and if I try to send it to someone else it obviously wouldn't work.
How do I circumvent this?
I already tried creating a sort of "database" for the photos on cloud, but it doesn't sit well with my boss,
because once given to the client the folder mustn't be accessed by someone else.
Is there a way to, I don't know, cut the path of the link and making it work inside this folder independently?
I haven't found anything helpful on the internet, but then again maybe I just didn't get it.
Thanks.
/u/DiscoDeeDee - Your post was submitted successfully.
Please read these reminders and edit to fix your post where necessary:
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Afaik, it should work if you just insert a hyperlink to linksfolder\photo_for_utility_0.jpg
Try changing Links to use FILE://C:photonames
Then have the client save the Excel file and photos to the same folder on the C: drive
Hope that works for you.
For work, I have created a tracker for my outgoing calls. I intend to use this to be able to quickly pull up information for a particular client file, so that when I get a call back regarding a specific client I'm not searching through a ton of different folders. I had intended to include a link in the spreadsheet that directs right to the Word document that I'm looking for, or the folder with all of the client information there. All of the client information is located on a protected network drive (I need to sign into a VPN for it to work) and I can open these files individually without issue.
I have double and triple checked that the link address is correct, but I keep getting the "Cannot Open the Specified File" error message when I link to either the Word doc or the folder. I've deleted and re-entered all of the hyperlinks, I've checked the 'Re-Check Links on Save' or similar, nothing seems to have worked. I can hyperlink to other files and folders, even other locations on the same networked drive where I'm trying to link to these files. I even moved the spreadsheet to the same folder that I'm trying to link to, and while I can link to files in that same folder, such as another Word doc or spreadsheet, I can't link to folders or files contained in those folders. I've used hyperlinks in other trackers before, but I don't understand why this one isn't working.
Thanks for the assistance.
After a bit of troubleshooting with IT, we discovered that the links were broken due to a special character in the file names. Excel is okay hyperlinking to locations that have spaces and dashes, but there was a # sign in one of my file names. As soon as I removed the # , everything worked as it should.
Replace(Replace(path, "#", "%23"), " ", "%20") ' NB issue with # in paths
I've had to use this code in my VBA to work around the issue. The # breaks the encoding process so the spaces after it are not converted.
Hey, I know this is an old post, but can you elaborate on how to use the code? I have very basic understanding of the VBA and cant seem to get your code to work on my files. Thanks!
THIS SAVED MY ASS TODAY !!!! the # was causing it to not open in excell, I LOVE YOU
OH MY GOD... THANK YOU SO MUCH... My brain couldn't comprehend.. I even printed out the damn pdf, scanned it, and resaved it and still couldn't figure it out bc I named it the same thing. I was LOSING MY MIND.
Thanks, this helped me!
Interesting to know.
/u/janus270 - Your post was submitted successfully.
Solution Verified
to close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
There are a few things you can try to troubleshoot this issue:
I hope these suggestions help you resolve the issue. If you are still having trouble, it may be helpful to check with your IT department for further assistance.
Thanks for the thorough response. Unfortunately, all of these things were in working order, but it still wasn't working properly. I posted the solution that my organizations IT tech and I came to.
how to use excel's link manager
Using Excel's Link Manager: Key Considerations and Steps
Accessing the Link Manager:
Understanding the Link Manager:
Managing Links:
Best Practices:
Recommendation: Use the Link Manager to maintain data integrity and ensure your workbook reflects the most current information. Regularly updating and managing links can prevent errors and improve your workflow efficiency.
Get more comprehensive results summarized by our most cutting edge AI model. Plus deep Youtube search.