+ Reply to Thread
Results 1 to 2 of 2

Hyperlink to specific point in word doc

  1. #1

    Hyperlink to specific point in word doc

    I am trying to link to a specific location in a word doc from Excel.
    Can I add something to the hyperlink to find a string of text in the
    word doc. Or run a macro, open the word doc and then search for a
    string of interest?, etc?? Suggestions?


  2. #2
    Dave Peterson
    Guest

    Re: Hyperlink to specific point in word doc

    If you insert a bookmark in your MSWord file:

    Both of these worked ok for me:

    (Insert|hyperlink style)
    C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01
    Or
    =hyperlink() style:
    =hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01")

    "[email protected]" wrote:
    >
    > I am trying to link to a specific location in a word doc from Excel.
    > Can I add something to the hyperlink to find a string of text in the
    > word doc. Or run a macro, open the word doc and then search for a
    > string of interest?, etc?? Suggestions?


    --

    Dave Peterson

+ 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