According to [this link][1], @ray have use the following code to do browsing
shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -url www.google.com")
While i would like to use dynamic url
Dim url as string
url = "www.google.com/translate"
Dim wholeContent as String
wholeContent = ""C:\Program Files (x86)\Google\Chrome\Application\chrome.exe - url"" & url
Shell(wholeContent)
next time maybe maps instead of translate.