Asked By
Any Hill
30 points
N/A
Posted on - 12/09/2012
Hello friends,
Is there a way an excel to navigate Google chrome? Or shall I say, is it possible that excel can control or monitor the google chrome web browser? I am just curious how this Microsoft Excel related to Google Chrome browser. How I wish you can give me some accurate information about this issue.
Thanks and Regards,
Any Hill.
Is there a way an excel to navigate Google chrome?
Hi.
My answer will be NO.
Even search a lot about your question but didn’t found this type of relation between excel and Google chrome .Although excel and Google chrome are related in other manners. But excel cannot control or monitor Google chrome.
Is there a way an excel to navigate Google chrome?
Hello Any Hill ,
Hope that my message finds you well.
You should use the following code.
– Declare browser object.
Dim BrowserObject As Object Set BrowserObject = CreateObject(“ChromeTab.ChromeFrame”)
– Navigate from the declared browser object.
BrowserObject.Navigate “google.com”
– Make the browser visible
BrowserObject.Visible = True
The above code will give you the opportunity to open Google Chrome from Excel
Hope this solution will help.
Kind regards,