Is there a way an excel to navigate Google chrome?

Asked By 30 points N/A Posted on -
qa-featured

 

 

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.

SHARE
Best Answer by May Jratr
Answered By 15 points N/A #174008

Is there a way an excel to navigate Google chrome?

qa-featured

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.

Best Answer
Best Answer
Answered By 0 points N/A #174009

Is there a way an excel to navigate Google chrome?

qa-featured

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,

Related Questions