Hi guys,
I have an issue with a WebBrowser control. I have a WebBrowser form in my workbook which worked really well until I got upgraded from Excel 07 to Excel 10 and from win xp to win7.
Now, instead of displaying the website, I got an error "This program cannot display the webpage" as if Excel does not have acess to the net anymore. I checked my firewall and created an exception rule for excel but it does not seem to be the issue as it still does not work.
I use the basic code
I created a file with just the WebBrowser form so you can have a look to see if it works on your system or if it comes to an issue with the code.
http://dl.dropbox.com/u/8843455/webbrowsertest.xlsm
I really need help with this, any input will be much appreciated!
Thanks a lot
I have an issue with a WebBrowser control. I have a WebBrowser form in my workbook which worked really well until I got upgraded from Excel 07 to Excel 10 and from win xp to win7.
Now, instead of displaying the website, I got an error "This program cannot display the webpage" as if Excel does not have acess to the net anymore. I checked my firewall and created an exception rule for excel but it does not seem to be the issue as it still does not work.
I use the basic code
Private Sub Worksheet_Activate()
WebBrowser1.Navigate2 "http://www.google.com"
End Sub
I created a file with just the WebBrowser form so you can have a look to see if it works on your system or if it comes to an issue with the code.
http://dl.dropbox.com/u/8843455/webbrowsertest.xlsm
I really need help with this, any input will be much appreciated!
Thanks a lot