C
Carlos Chalhoub
Hi listmates,
How can I send the content of a highlighted text in Ms Word (2000) to an
input box on a webpage? So far, I have been able to capture the highlighted
text (SearchWord) and fire up IE. I've researched the subject in the
newsgroup, but this question does not seem to have been asked before.
Thanks
Carloe
Here is the code:
Sub SearchInWebster()
SearchWord = Word.Selection
x% = Shell("C:\Program files\Internet Explorer\iexplore.exe
http://www.websters-online-dictionary.org/", 1)
End Sub
How can I send the content of a highlighted text in Ms Word (2000) to an
input box on a webpage? So far, I have been able to capture the highlighted
text (SearchWord) and fire up IE. I've researched the subject in the
newsgroup, but this question does not seem to have been asked before.
Thanks
Carloe
Here is the code:
Sub SearchInWebster()
SearchWord = Word.Selection
x% = Shell("C:\Program files\Internet Explorer\iexplore.exe
http://www.websters-online-dictionary.org/", 1)
End Sub