Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() All, I've a Excel spreadsheet, with about 10-12 worksheets on it. One of these worksheets is a 'revision history' sheet, so it tracks all changes to other worksheets. I use hyperlinks to link directly to the change that has been made. However, for some reason, these links seem to change of their own accord. Suddenly, the link will be to a different worksheet or a different cell reference. This has not been changed by anyone, as only I have access to the document. Any ideas or suggestions? If it helps, when I add a new hyperlink in. I insert a new row in my revision history document and add the hyperlink in. I wasn't sure if it was anything to do with inserting the row?!?! Thanks -- StuB ------------------------------------------------------------------------ StuB's Profile: http://www.excelforum.com/member.php...o&userid=29174 View this thread: http://www.excelforum.com/showthread...hreadid=489038 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've never seen hyperlinks change when they point to worksheets in the same
workbook. But I have seen hyperlinks (inserted via Insert|Hyperlink) point to old locations when rows/columns have been inserted/deleted (and even more trouble if the sheet has been renamed). You could give each location a name (insert|Name), then use insert|hyperlink to point at that named range. Then since the name follows the cell, it won't matter what you insert/delete. But I really like the =hyperlink() function. Since it's a worksheet function, it's smart enough to react to those kinds of insertions/deletions/renames--well if you write it nicely. David McRitchie posted this and it might help you: =HYPERLINK("#"&CELL("address",C5),C5) =HYPERLINK("#"&CELL("address",sheetone!C5),sheeton e!C5) =HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5) StuB wrote: All, I've a Excel spreadsheet, with about 10-12 worksheets on it. One of these worksheets is a 'revision history' sheet, so it tracks all changes to other worksheets. I use hyperlinks to link directly to the change that has been made. However, for some reason, these links seem to change of their own accord. Suddenly, the link will be to a different worksheet or a different cell reference. This has not been changed by anyone, as only I have access to the document. Any ideas or suggestions? If it helps, when I add a new hyperlink in. I insert a new row in my revision history document and add the hyperlink in. I wasn't sure if it was anything to do with inserting the row?!?! Thanks -- StuB ------------------------------------------------------------------------ StuB's Profile: http://www.excelforum.com/member.php...o&userid=29174 View this thread: http://www.excelforum.com/showthread...hreadid=489038 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Cheers Dave, I think you've picked it out. I do a lot, and I mean a massive amount, of inserting/deleting rows in both the Change History worksheet and all the other worksheets. I thought it was something to do with that as you could sort of match up how the hyperlinks were out of order. I may look at using the function you list next time. Thanks again -- StuB ------------------------------------------------------------------------ StuB's Profile: http://www.excelforum.com/member.php...o&userid=29174 View this thread: http://www.excelforum.com/showthread...hreadid=489038 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Repairing multiple broken hyperlinks in Excel Spreadsheet | Excel Discussion (Misc queries) | |||
How can I stop Excel 2003 from changing my hyperlinks on close? | Excel Discussion (Misc queries) | |||
Why do long hyperlinks get truncated on save in Excel? | Excel Worksheet Functions | |||
How do I stop excel automatically changing my date to 2005? | Excel Discussion (Misc queries) | |||
Addressing hyperlinks in excel | Excel Discussion (Misc queries) |