This article will teach you about how you can perform a google search on Internet Explorer using Microsoft Excel.
Steps:
- Create the object of Shell Application
- Get all the windows using shellobject.Windows
- Navigate all the windows
- check if window is Internet Explorer.
- if window is IE then check if it is Google Search browser and store the object
- Get the Page object of Google Search window.
- Identify the objects on the Page using “GetElementById” and “getElementsByName”
- Put the search text
- Wait for 3-4 secs
- Click the Search button
Read moreVBA-Excel: Perform Google Search on Internet Explorer using Microsoft Excel