sInput = InputBox("Type the word you wish to search on google")

If Len(sInput) = 0 Then

RH.speak("No word inputed!")

Else

RH.Shellcommand("C:\Programfiles\InternetExplorer\IEXPLORE.EXE http://www.google.com/searchhl=en&q=" & sInput)

RH.speak(sInput)

End If

You may need to edit this code just to fix the path for your browser so it is correct. It depends on you windows language.
Dont know how to code? its's simple! just copy this code and go to your RH. add a new command and chose "script". Type as the phrase anything you wish to execute the code with. example: "Hello". Now got to the script textbox and paste the code. press add and make your RH listen. Now just say "Hello" to see the fun action!