Hi Gove, Can we control the already opened website in chrome using excel vba, without creating a new chrome browser? Your videos are much informative and very useful for learning things in excel vba.. Keep going!!
Hello from Belgium. Your explanation was very helpful to me. Thank you ! I have a question : you show how to open a new chrome session but i’d like to know how to select an already opened shellwindows of chrome and once Chrome selected, how to open new windows in it. Thanks and best regards
@Ellis Clyde i really appreciate your reply. I found the site thru google and Im in the hacking process atm.
Seems to take quite some time so I will get back to you later with my results.
sorry to be so offtopic but does someone know a tool to log back into an Instagram account??
I somehow lost my account password. I appreciate any tips you can give me.
Hey hi! That was a great video. I do have one doubt. Suppose I create a code using selenium on my computer and If I share the same to another computer which doesn’t have selenium installed, will the code still work? Or is there any other way to create a web vba code that works on any computer?
Hi Allen it has been a great tutorial and helped a lot in one of projects but i need to print the webpage with custom settings how this could be accomplished could kindly suggest.
Thank you for the course. I have one doubt here. WE have like 10 different URL in excel sheet in A column. I want to open each URLs in chrome and wait till the page loads before going to next URL. How can we use code to open URL in chrome with function Doevent
Thank you sir. The vid is very helpful. I had an issues that when i run selenium vba that continuously send stock buy/sell order with realtime price. The realtime price was in a range in excel. But as long as i start selenium, the excel file just completely get frozen. Any guide will be much appreciated!
hi , or you trading or trying to trade automatically ??
lol sounds interessting ! xD would you loke to tell me more about so maybe i could help you ? 😉
Thanks for everything. I have a question. How can I send code to a previously opened page without opening a new page each time?
This is simply too helpful! Thanks a ton! This is awesome.
Great video, just wondering if you had any idea how to enable the safe browsing option in Chrome? I have an example here:
https://stackoverflow.com/questions/34130774/how-to-disable-this-type-of-file-can-harm-your-computer-pop-up#
This is the solution in Python, but I would love to see your take on translating those three lines (example below) into VBA. Thanks for reading.
prefs = {
‘safebrowsing’ => {
‘enabled’ => true,
}
}
b = Watir::Browser.new :chrome, :prefs => prefs
‘See the link for the full explanation.
Hi Gove, Can we control the already opened website in chrome using excel vba, without creating a new chrome browser? Your videos are much informative and very useful for learning things in excel vba.. Keep going!!
Hello from Belgium. Your explanation was very helpful to me. Thank you ! I have a question : you show how to open a new chrome session but i’d like to know how to select an already opened shellwindows of chrome and once Chrome selected, how to open new windows in it. Thanks and best regards
Thank you very much for the course. I enjoyed every minute of your lecture as well as your marvelous sense of humor
@Anakin Brentley no problem =)
@Ellis Clyde i really appreciate your reply. I found the site thru google and Im in the hacking process atm.
Seems to take quite some time so I will get back to you later with my results.
@Anakin Brentley instablaster =)
sorry to be so offtopic but does someone know a tool to log back into an Instagram account??
I somehow lost my account password. I appreciate any tips you can give me.
Extremely helpful video! Thank you for sharing.
Hey hi! That was a great video. I do have one doubt. Suppose I create a code using selenium on my computer and If I share the same to another computer which doesn’t have selenium installed, will the code still work? Or is there any other way to create a web vba code that works on any computer?
Thank you Sir, i’m Brazilian and this helped me a lot
Super helpful video Gove! Keep em coming
Hi Allen it has been a great tutorial and helped a lot in one of projects but i need to print the webpage with custom settings how this could be accomplished could kindly suggest.
Thanks for informative tutorial and great delivery. I wonder how could I get the Parser type that used as “Dim p as new Parser”. Thanks
Just great, thank you sir!
Thank you very much for sharing your knowledge 🙂
Thank you for the course. I have one doubt here. WE have like 10 different URL in excel sheet in A column. I want to open each URLs in chrome and wait till the page loads before going to next URL. How can we use code to open URL in chrome with function Doevent
Thank you for the Video.
It was really helpful for me.
Hi Sir, can we connect selenium to an existing/running chrome ?
Thank you sir. The vid is very helpful. I had an issues that when i run selenium vba that continuously send stock buy/sell order with realtime price. The realtime price was in a range in excel. But as long as i start selenium, the excel file just completely get frozen. Any guide will be much appreciated!
hi , or you trading or trying to trade automatically ??
lol sounds interessting ! xD would you loke to tell me more about so maybe i could help you ? 😉
Can you please give us the syntax of scroll up and scroll down page in vb
Hi,
Your explanation is very good.
I’ve a question. On opening chrome browser promoting with pop up message.
Could you help me on how to enter user details and password