excel inter-document linking acrobat

G

Guest

I would like to link from an excel-sourced pdf to a section with a
word-sourced pdf. I had assumed that the standard excel interdocument linking
command would work from the excel source to a Word bookmark target:
=HYPERLINK("file.doc#bookmark3","linkname"). But it does not work. Am I able
to do interdocument linking from excel files to within (inside) word files? I
would prefer to put the link in the source (excel) file as it may have to be
updated in the future.
 
D

Dave Peterson

I don't know if this will work when you convert the .xls file to .pdf, but it
works ok in a .xls file:

If I want a link in Excel that points at a specific location in an MSWord
document, I'd add a bookmark to that document and use one of these:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top