#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default TOC and link to Word

I have a TOC in excel that hyperlinks to various documents. This only
provides a broad link to the first page of the document... is there a way I
can link this to individual chapters and headings ??? similar to a toc index
in word ???

Maybe im missing something obvious .. any help would be appreciated

Many Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default TOC and link to Word

Saved from a previous post:

So you want to add a hyperlink in an excel document that links to a certain
location in an MSWord 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")

Alan wrote:

I have a TOC in excel that hyperlinks to various documents. This only
provides a broad link to the first page of the document... is there a way I
can link this to individual chapters and headings ??? similar to a toc index
in word ???

Maybe im missing something obvious .. any help would be appreciated

Many Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default TOC and link to Word

Dave

Many Thanks ... searched the posts, but missed that

"Dave Peterson" wrote:

Saved from a previous post:

So you want to add a hyperlink in an excel document that links to a certain
location in an MSWord 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")

Alan wrote:

I have a TOC in excel that hyperlinks to various documents. This only
provides a broad link to the first page of the document... is there a way I
can link this to individual chapters and headings ??? similar to a toc index
in word ???

Maybe im missing something obvious .. any help would be appreciated

Many Thanks


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default TOC and link to Word

And with Dave's answer that solved your problem, hopefully you looked up
HYPERLINK Worksheet Formula in your HELP, so
the link would might look something like:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01", "bookmarks")

If you also want to link Excel documents, see
http://www.mvps.org/dmcritchie/excel/sheets.htm

Basically if you can create a link in an HTML document you should
have little problem creating a link in Excel or MS Word.

---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Alan" wrote in message ...
Dave

Many Thanks ... searched the posts, but missed that

"Dave Peterson" wrote:

Saved from a previous post:

So you want to add a hyperlink in an excel document that links to a certain
location in an MSWord 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")

Alan wrote:

I have a TOC in excel that hyperlinks to various documents. This only
provides a broad link to the first page of the document... is there a way I
can link this to individual chapters and headings ??? similar to a toc index
in word ???

Maybe im missing something obvious .. any help would be appreciated

Many Thanks


--

Dave Peterson



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default TOC and link to Word

Thanks. This was very helpful but now I want to up the ante and place two
hyperlinks in one cell. Possible? Thanks again.
--
FredN


"David McRitchie" wrote:

And with Dave's answer that solved your problem, hopefully you looked up
HYPERLINK Worksheet Formula in your HELP, so
the link would might look something like:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01", "bookmarks")

If you also want to link Excel documents, see
http://www.mvps.org/dmcritchie/excel/sheets.htm

Basically if you can create a link in an HTML document you should
have little problem creating a link in Excel or MS Word.

---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Alan" wrote in message ...
Dave

Many Thanks ... searched the posts, but missed that

"Dave Peterson" wrote:

Saved from a previous post:

So you want to add a hyperlink in an excel document that links to a certain
location in an MSWord 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")

Alan wrote:

I have a TOC in excel that hyperlinks to various documents. This only
provides a broad link to the first page of the document... is there a way I
can link this to individual chapters and headings ??? similar to a toc index
in word ???

Maybe im missing something obvious .. any help would be appreciated

Many Thanks

--

Dave Peterson






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default TOC and link to Word

Hi,

There are programs for that, but Excel does not handle this. You could
attach a macro to the hyperlink and have the macro prompt you for with
hyperlink(s) to open.

If this helps, please click the Yes button

cheers,
Shane Devenshire

"FredN" wrote in message
...
Thanks. This was very helpful but now I want to up the ante and place two
hyperlinks in one cell. Possible? Thanks again.
--
FredN


"David McRitchie" wrote:

And with Dave's answer that solved your problem, hopefully you looked up
HYPERLINK Worksheet Formula in your HELP, so
the link would might look something like:
=hyperlink("C:\MY DOCUMENTS\WORD\MyDoc.DOC#bkmk01", "bookmarks")

If you also want to link Excel documents, see
http://www.mvps.org/dmcritchie/excel/sheets.htm

Basically if you can create a link in an HTML document you should
have little problem creating a link in Excel or MS Word.

---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Alan" wrote in message
...
Dave

Many Thanks ... searched the posts, but missed that

"Dave Peterson" wrote:

Saved from a previous post:

So you want to add a hyperlink in an excel document that links to a
certain
location in an MSWord 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")

Alan wrote:

I have a TOC in excel that hyperlinks to various documents. This
only
provides a broad link to the first page of the document... is there
a way I
can link this to individual chapters and headings ??? similar to a
toc index
in word ???

Maybe im missing something obvious .. any help would be appreciated

Many Thanks

--

Dave Peterson




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Link table from excel to word using word VBA [email protected] Excel Discussion (Misc queries) 7 January 9th 07 05:57 PM
VB Help WORD/EXCEL LINK ChrisMattock Excel Discussion (Misc queries) 3 May 4th 06 05:41 AM
Link or embed into Word? maggielynn Excel Discussion (Misc queries) 0 October 6th 05 08:09 PM
How do I link a certain number to a certain word? chet Excel Worksheet Functions 2 May 16th 05 09:39 PM
how do i link a word to a colour so everytime i type the word gre. NRG_eyes Excel Discussion (Misc queries) 1 December 1st 04 10:41 PM


All times are GMT +1. The time now is 07:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"