Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Found a solution:
http://support.microsoft.com/kb/928737/ --- frmsrcurl: http://msgroups.net/microsoft.public...rePoint-drafts |
#3
![]() |
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sharing Workbook on SharePoint by many users and Save on SharePo | Excel Discussion (Misc queries) | |||
Excel links & SharePoint 3.0 (worked fine with SharePoint 2.0) | Excel Discussion (Misc queries) | |||
Sharing a workbook in Sharepoint or another web-based doc mgmt sys | Excel Discussion (Misc queries) | |||
How do I force a workbook to open in Excel from a Sharepoint libra | Excel Discussion (Misc queries) | |||
SharePoint instead of Share Workbook? | Excel Discussion (Misc queries) |