VBA on Chrome

sylvesterbetta

New Member
Joined
Nov 29, 2018
Messages
21
Hi all,

From my understanding, in order for VBA to work on Chrome. I will need the installation of Selenium. Is there any way whereby there's no installation of 3rd party applications example Selenium due to company's policy. Any advice is appreciated. Thanks.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi. There is and I'm a bit surprised that more people don't know about it given that many of us are in the same boat as you are re: corporate policies. You can use the Chrome Development Protocol which provides a way of interfacing with Chrome irrespective of which language you're using. There is a VBA implementation of the method here: https://perditionc.github.io/VBAChromeDevProtocol/

They have demonstration workbook to show how to accomplish some common tasks. I haven't used it a lot, but let time I did (a few months back) it worked perfectly fine.
 
Upvote 0
Hi. There is and I'm a bit surprised that more people don't know about it given that many of us are in the same boat as you are re: corporate policies. You can use the Chrome Development Protocol which provides a way of interfacing with Chrome irrespective of which language you're using. There is a VBA implementation of the method here: https://perditionc.github.io/VBAChromeDevProtocol/

They have demonstration workbook to show how to accomplish some common tasks. I haven't used it a lot, but let time I did (a few months back) it worked perfectly fine.
Hi Dan_W,

Thanks for the information. Shall do some read up on it.
 
Upvote 0
Hi Dan_W,

Wondering if you can help. I was being prompt an error "Compile error: User-defined type not defined" immediately after I run the code. Is there any library type I will need to check.
 
Upvote 0

Forum statistics

Threads
1,216,090
Messages
6,128,765
Members
449,467
Latest member
sdafasfasdf

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top