4
I am working with an excel sheet that is on a server that everyone on my team has access to.
When writing documentation I can reference a specific page or named location within the URL using a # symbol or ampersand.
Is there a way to do something similar in an excel sheet?
I would like to place this URL on an internal wiki/webpage. So I am hoping for something that can ultimately work out of an html anchor tag, that when clicked will launch excel with the workbook opened to the linked workbook with the linked cell highlighted.
E.g, is there a way to do something like this.
<a href="./some_document.pdf#page=106">Refer to page 106</a>
<a href="./some_workbook.xlsx?sheet_foo!A$7">Refer to entry bar in sheet foo</a>
Edit: I found a related post on SO which is similar to my question.. But this solution only seems to work for sharepoint when excel opens within the IE browser plugin. For my purposes it is fine to assume that the user is using IE, but this link will not be from a sharepoint site.
Do excel open properly, even without the automatic highlight, when the user clicks your page's link? – Eduardo Poço – 2016-07-15T19:53:57.360
At best you can open the file and thats optimistic.Can't see a way to open a specific point within it. Good news is that if you want to just use this personally you can supply yourself with a plugin that interprets such custom links. I've commissioned people to do these kinds of custom jobs before. Last time around I paid 20$ and the coder wrote a plug-in for me in 5 minutes. All they have to do is detect the extension and fake they clicked to open a downloaded file with the specified location. – helena4 – 2016-07-19T08:01:42.257