Consulting

Results 1 to 2 of 2

Thread: help me with a webbrowser control please

  1. #1
    VBAX Contributor
    Joined
    Dec 2004
    Posts
    122
    Location

    help me with a webbrowser control please

    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

  2. #2
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,646
    add a webbrowser control in the userform.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •