Consulting

Results 1 to 4 of 4

Thread: Solved: Update current url

  1. #1

    Solved: Update current url

    Hello all, I use WebBrowser1 as a webbrowser on useform in excel 2010.

    I have a combobox where I want to update a current url.

    Any help would be appreciated.

  2. #2
    I have tried something like this

    [VBA]ComboBox1.Text = WebBrowser1.URL[/VBA]

    but it didn't work

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    [VBA]ComboBox1.Text = WebBrowser1.LocationURL [/VBA]
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  4. #4
    Hello xld, Thank you very much. You are the great!!!


Posting Permissions

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