P
Paul B
Hi. In Word '03 I'd like to be able to look up the current word
on my preferred dictionary, www.tfd.com.
So far I have
ActiveDocument.FollowHyperlink Address:="http://www.tfd.com"
which opens the site, but I need to select the current word and
add it to the url, so it becomes
ActiveDocument.FollowHyperlink _
Address:="http://www.tfd.com/currentword"
I think the way to do this is by setting up a variable and using
it to compose the url, but so far I haven't gotten anywhere.
Any help would be appreciated.
p.
on my preferred dictionary, www.tfd.com.
So far I have
ActiveDocument.FollowHyperlink Address:="http://www.tfd.com"
which opens the site, but I need to select the current word and
add it to the url, so it becomes
ActiveDocument.FollowHyperlink _
Address:="http://www.tfd.com/currentword"
I think the way to do this is by setting up a variable and using
it to compose the url, but so far I haven't gotten anywhere.
Any help would be appreciated.
p.