![]() |
Excel hyperlink within workbook and SharePoint drafts
We have excel workbooks with sheets that contain hyperlinks to other sheets
within the workbook. We have these workbooks saved to a WSS 3.0 site. When using Excel 2007 to edit one of these workbooks we use the local sharepoint drafts folder. However this causes the hyperlinks to think they need to reopen the document from the WSS site, rather than just navigate to another sheet. When we disable use of the local sharepoint drafts location the links work as expected. Is there another way to do this so the links work without re-opening the document, but allow use of the sharepoint drafts location? Any help is greatly appreciated. |
Excel hyperlink within workbook and SharePoint drafts
Found a solution:
http://support.microsoft.com/kb/928737/ --- frmsrcurl: http://msgroups.net/microsoft.public...rePoint-drafts |
For some reason, this solution didn't work for me, so I put together a formula that when used in conjunction with the HYPERLINK formula sidesteps the issue quite well.
=CONCATENATE(SUBSTITUTE(LEFT(CELL("filename"),FIND ("]",CELL("filename"))-1),"[",""),"#") Define the formula as DocLocation and specify hyperlinks as: =HYPERLINK(CONCAT(DocLocation, "Sheet2!A1"), "Go to Sheet 2") Emulating relative links like this isn't ideal, but it gets the job done if nothing else works, and doesn't rely on macros. |
All times are GMT +1. The time now is 10:07 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com