View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default simple? Word Bookmarks link to Excel

JFamilo,
Never used it, but Word has a Link option for a Field.
Check out "Field codes: Link field" in Word Help. It appears to do what you
want.

NickHK

"JFamilo" wrote in
message ...

Thank you! This is so much help. I can't wait to try it.

Just one question though... will this link my bookmarks to my excel
file so that if the excel file is updated then the bookmarks in the
word file are updated too?

I think I have to change the statement:

Code:
--------------------

appWD.ActiveDocument.FormFields("Surname2").Result =
Worksheets(gCounter).Cells(gMyRow, 4).Value

--------------------

But I don't know what I need to change it to to do the links.
Thanks.


--
JFamilo
------------------------------------------------------------------------
JFamilo's Profile:

http://www.excelforum.com/member.php...o&userid=17276
View this thread: http://www.excelforum.com/showthread...hreadid=388545