Consulting

Results 1 to 4 of 4

Thread: Link bookmark in different workbook

  1. #1

    Link bookmark in different workbook

    Hi all,

    I have inserted a hyperlink in my current workbook, which I want to link to some other bookmark, placed in different workbook. Can anyone please help me how to do that?

    Your help will be highly appreciated.

    Regards,

  2. #2
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,713
    Location
    Is this an Excel question, as you refer to workbook? This is the Word forum. Not that it really matters. They are similar.

    Insert > Hyperlink

    On the InsertHyperlink dialog, find the file with the bookmark (Browse for it, or click Recent Files if it was one..whatever). When you have the file, click the Bookmark button. All bookmarks will be displayed. selected one, and then press OK.

    Note that in Excel, bookmarks are really Named ranges. In Word, they are bookmarks.

    You should see in the address of the hyperlink something like:

    C:\Test\HasBookmark.xls#GoHere

    So, say your file is D:\Blah\HumDaLa.doc, you can place a hyperlink with C:\Test\HasBookmark.xls#GoHere. Clicking the hyperlink will open Excel with hasBookmark, and move focus to the Named range identified as GoHere.

    The hyperlink can point to a bookmark in a different workbook in the same file, or a different file all together.

  3. #3
    Thanx for this reply. However i am getting a error message with a pop-up saying that : "cannot open the specified file". What to do?



    Regards,

  4. #4
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,713
    Location
    Who knows? Does the file exist? Is your syntax correct?

Posting Permissions

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