View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman
 
Posts: n/a
Default How do I link to MS word from html & auto navigate to a search phr

link MS Word with auto navigate by find wrote:
Basically, I know the document name and the phrase I want to find. I
do not have bookmarks in the word docuemtn, and would prefer not to
add them (lots of documents, lots of search phrases!). I know if I
had a bookmark I could use location/wordDoc.doc#bookmark , but don't
have bookmark.

So, how do I do it?


From pure HTML, there's no way to do that. If you can use ASP, write a
VBScript routine that uses automation to run the search. The technique for
creating an automation object is essentially similar to that in
http://word.mvps.org/FAQs/InterDev/C...WordFromXL.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.