+ Reply to Thread
Results 1 to 4 of 4

How to make Hyperlink jump accordingly

  1. #1
    crapit
    Guest

    How to make Hyperlink jump accordingly

    If I had 2 worksheets, whereby sheet1 has hyperlink to sheet2 and vice versa, if I were to add rows randomly to sheet2, all the link reference from sheet1 to sheet2 will be not correct. Is there a way to solver the problem?

  2. #2
    Anne Troy
    Guest

    Re: How to make Hyperlink jump accordingly

    Use a named range instead.
    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "crapit" <[email protected]> wrote in message
    news:[email protected]...
    If I had 2 worksheets, whereby sheet1 has hyperlink to sheet2 and vice
    versa, if I were to add rows randomly to sheet2, all the link reference from
    sheet1 to sheet2 will be not correct. Is there a way to solver the problem?



  3. #3
    Dave Peterson
    Guest

    Re: How to make Hyperlink jump accordingly

    Another way is to use the =hyperlink() worksheet function.

    David McRitchie posted this and it might help you:

    =HYPERLINK("#"&CELL("address",C5),C5)
    =HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
    =HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)

    > crapit wrote:
    >
    > If I had 2 worksheets, whereby sheet1 has hyperlink to sheet2 and vice versa,
    > if I were to add rows randomly to sheet2, all the link reference from sheet1
    > to sheet2 will be not correct. Is there a way to solver the problem?


    --

    Dave Peterson

  4. #4
    crapit
    Guest

    Re: How to make Hyperlink jump accordingly

    What's the limit for name range?
    "Anne Troy" <[email protected]> wrote in message
    news:[email protected]...
    > Use a named range instead.
    > *******************
    > ~Anne Troy
    >
    > www.OfficeArticles.com
    > www.MyExpertsOnline.com
    >
    >
    > "crapit" <[email protected]> wrote in message
    > news:[email protected]...
    > If I had 2 worksheets, whereby sheet1 has hyperlink to sheet2 and vice
    > versa, if I were to add rows randomly to sheet2, all the link reference
    > from
    > sheet1 to sheet2 will be not correct. Is there a way to solver the
    > problem?
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1