I found this code but it's only open the site example google, so how to print data in cell or range in sheet to the Textbox google
[VBA]Dim upcCode
Dim myTextField As Object
upcCode = "0001234512345"
Set appIE = CreateObject("INTERNETEXPLORER.APPLICATION")
appIE.navigate "http://google.com"
appIE.Visible = True
Do While appIE.busy[/VBA]