Posts by rafami • 41 points
3 posts
- 
		0 votes0 answers65 views
- 
		1 votes2 answers2498 viewsA: How to do a google search with vba?I could understand the problem. following solution I found: Dim ie As SHDocVw.InternetExplorer Dim objShell As Object Dim objWindow As Object Dim objItem As Object Dim objCollection As Object Sub… 
- 
		3 votes2 answers2498 viewsQ: How to do a google search with vba?I’m having difficulty setting up a VBA programming that does a google search. I can’t understand the HTML part. The idea is to identify the open internet explorer, go to the google page and search…