Krishna Khemraj
New Member
I'm creating a dashboard and need to link to an HTML5 page created by someone else in our company. I've found this on the Tableau forum which works great, but opens in IE. The problem is that the HTML5 page only works for the client in their Google Chrome browser. Does anyone know if the browser can be specified?
- In Excel 2010 Options, goto Customize Ribbon, and turn the "Developer" tab on.
- Switch to the Developer Tab, and choose "Insert". In the bottom right-hand corner of the dialog that opens, chooseMore Controls.
- Scroll down the list, and choose Microsoft Web Browser. Click OK.
- With your mouse, "draw" the area on the worksheet that you want the control to occupy. When you are done, a big fat Windows icon will occupy that space.
- Double-click the big fat Windows Icon. A code editor will appear.
- You'll see two drop-down boxes at the top of this window. Something like "WebBrowser1", and "StatusTextChange". Choose the second drop-down box (StatusTextChange), and select "Activate".
- Inside the code block that says "Sub WebBrowser1_Activate", type:WebBrowser1.Navigate("http://server/views/workbookname/viewname")
- Save your changes.