J
jokobe
I use this code to start a google search from a word document:
ActiveDocument.FollowHyperlink ("http://www.google.de/search?hl=de&q= " &
MySearch & " &btnG=Google-Suche&meta=")
It works fine, but I want to have quotationmarks to have an exact word for
word search.
Any helpful hints?
jokobe
ActiveDocument.FollowHyperlink ("http://www.google.de/search?hl=de&q= " &
MySearch & " &btnG=Google-Suche&meta=")
It works fine, but I want to have quotationmarks to have an exact word for
word search.
Any helpful hints?
jokobe