PDA

View Full Version : help me with a webbrowser control please



gsouza
09-06-2014, 07:30 AM
I am back for help after eight years absent. i had left the country, was in Uganda and glad to be back and need your assistance.
i have this code

Private Sub ListBox1_Click()
TextBox1 = ListBox1 & " Ben & Jerry's"

Dim ieApp As New SHDocVw.InternetExplorer
ieApp.Visible = True

ieApp.Navigate ListBox1
Do While ieApp.Busy
Loop
'Set ieElement = ieApp.Document.getElementByID("search")
End Sub


This opens internet, bing search engine and puts text in the search text box. That is all good but i want it to appear in the webbrowser on my userform not out side excel. I hope that makes sense. I can't figure it out but i know you people always help. Thank you

snb
09-06-2014, 09:17 AM
add a webbrowser control in the userform.