-
I tried this way but didn't success .. I don't if the code mistake or the name of textbox of google mistake.
[vba]Dim upcCode
Dim myTextField As Object
upcCode = "0001234512345"
Set appie = CreateObject("INTERNETEXPLORER.APPLICATION")
appie.navigate "http://google.com"
appie.Visible = True
appie.document("Search").Value = Sheets(1).Range("a6").Value
[/vba]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules