Help with WebBrowser1.Navigate

KiaOrana

New Member
Joined
Jan 29, 2012
Messages
15
Hi guys,

I am having a very annoying problem.

I created a dashboard for my management team. Embedded in the main sheet is a map created with Google Fusion and hosted on google's server.

I created the dashboard with Excel 2007 on a machine running Win Xp

Everything worked perfectly until last week, when I got a new computer with Win7 and Excel 2010.

Now every time I open the dashboard, the web object does not display and instead I got an error saying "Navigation to the webpage was cancelled"

Here is a screenshot of the error I get:

L2mdGJXw



This is the code I am using:

Private Sub Workbook_Open()
Sheet10111.WebBrowser1.Navigate "https://www.google.com/fusiontables/embedviz?viz=MAP&q=select+colX+from+3563385+&h=false&lat=-X7.97170451586557&lng=153.36300120117187&z=11&t=1&l=colX"
End Sub

Sub auto_open()
Application.DisplayFullScreen = True
End Sub


I believe that uit must be some kind of security settigs somewhere that does not allow me to reach the net from MS Office.

I have no idea what's going on!

I hope someone will be able to help me with this.

Thanks a lot in Advance


Mike
 

Forum statistics

Threads
1,226,848
Messages
6,193,315
Members
453,790
Latest member
yassinosnoo1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top