Posts by Leandro Castelani • 15 points
2 posts
-
1
votes1
answer299
viewsQ: VBA - Open an explorer page, do a search in google images, give scrolldown to the bottom of the page and use the console
I’m developing a VBA module to open google images, search "cement", scroll the page down to the end and then use the console to input some scripts into javscript. The Code so far is as follows:: Sub…
-
-2
votes1
answer492
viewsQ: Is it possible to add a conditional to a combobox options? VBA
0 I am developing a form by VBA Userform and would like to generate a conditional on it. I got two Combobox. The first allows choosing between only two cases, A and B. I would like the second to…