PDA

View Full Version : Solved: Update current url



copyt
06-27-2012, 07:03 AM
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.

copyt
06-27-2012, 08:56 AM
I have tried something like this

ComboBox1.Text = WebBrowser1.URL

but it didn't work

Bob Phillips
06-27-2012, 09:16 AM
ComboBox1.Text = WebBrowser1.LocationURL

copyt
06-27-2012, 09:18 AM
Hello xld (http://www.vbaexpress.com/forum/member.php?u=2139), Thank you very much. You are the great!!!

:bow::bow::bow::bow::bow::bow::bow::bow::bow: