Hello, I'm trying to automatically populate a text box on a website and then search. I'm using the following code, which looks promising. For whatever, however, despite the text box being populated, the search runs as if there is no text in the text box. If I manually copy the text from the text box and repopulate it with paste, then the search works correctly. Any idea on how I can correct this?

Sub OpenIE1()

Application.ScreenUpdating = False

Dim data As Worksheet

Set data = Worksheets("Data")
Please Login or Register  to view this content.