D
David
I have converted a number of large documents from HTML to
Word.doc files at the request of a user who needs to edit
the text in Word.
There are many popups in the original files, and they no
longer work in the word files, although regular hyperlinks
have come across fine.
What I want to do is convert the popup links to
hyperlinks, as the filename used remains the same, for
instance, opening the Edit Hyperlink window in Word on a
particular popup link will give an entry in the Type a
file or Web page name field which reads
javascript:BSSCPopup('anyfilename.htm');
if this is changed to read
anyfilename.htm
the link works fine, opening the anyfilename file in a new
IE window.
I would like to have a macro that does the conversion of
each of these links, having located each one manually
first, as there are links that do not need changed in the
file and I would not want a macro to process the whole doc.
Word.doc files at the request of a user who needs to edit
the text in Word.
There are many popups in the original files, and they no
longer work in the word files, although regular hyperlinks
have come across fine.
What I want to do is convert the popup links to
hyperlinks, as the filename used remains the same, for
instance, opening the Edit Hyperlink window in Word on a
particular popup link will give an entry in the Type a
file or Web page name field which reads
javascript:BSSCPopup('anyfilename.htm');
if this is changed to read
anyfilename.htm
the link works fine, opening the anyfilename file in a new
IE window.
I would like to have a macro that does the conversion of
each of these links, having located each one manually
first, as there are links that do not need changed in the
file and I would not want a macro to process the whole doc.