I have been doubting for some time and even after several searches I did not succeed. I'm creating a function in VBA that can handle a webpage using Google Chrome. Although I set the chrome as an object, I can only send "sendkeys" commands to the browser and this is complicated because I can not capture information but only send the keyboard functions. My question is: Is there any way to use vba to capture / send / manipulate open pages in google chrome without using sendkeys methods?