A Internet Explorer withing a spreadsheet!

hey yer barred

Board Regular
Joined
Jun 19, 2007
Messages
232
Hi All!

I have been set a challage to make a internet explorer within a spreadsheet...is this possible?

I want a address bar, a simple box which will dislplay the page and a go button!

Please can you post the coding as I like to type the coding myself, this way i learn more!

Please help me!
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
Why not just display the built-in Web toolbar?
 
Upvote 0

hey yer barred

Board Regular
Joined
Jun 19, 2007
Messages
232
You'd think that, but that is classed as cheating!

Its like a challage to see who can make the best lookin one...so i need a explorer within a spreadsheet!
 
Upvote 0

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
Well I would suggest you look at the WebBrowser control.

Or would that be cheating too?
 
Upvote 0

hey yer barred

Board Regular
Joined
Jun 19, 2007
Messages
232
I dont know!
Basically, i want the user to enter the web address into cell A1 and clcik go (button)

When they do that, in cell B3, which will be merged to make it bigger, the website will appear
 
Upvote 0

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
So why do you need an explorer in a spreadsheet?

Can't you just use a hyperlink and/or FollowHyperlink?

PS If you don't know what you want/need it's kind of hard to help, since neither do we.:)
 
Upvote 0

hey yer barred

Board Regular
Joined
Jun 19, 2007
Messages
232
I want the user to put in the web address in cell A2, and when they click go the internet page will appear in cell B2...which will be made larger to display the page
 
Upvote 0

royUK

Well-known Member
Joined
Jul 24, 2002
Messages
1,606
I want the user to put in the web address in cell A2, and when they click go the internet page will appear in cell B2...which will be made larger to display the page

AFAIK, you can't display a web page in a cell!

As Norie says it is quite simple to use the cell's value to open a web page using IE, or more difficult would be using a WebBrowser control.

There's some code in the Hyperlink in a UserForm example that you could adapt

http://www.excel-it.com/vba_examples.htm
 
Upvote 0

Forum statistics

Threads
1,191,687
Messages
5,988,013
Members
440,125
Latest member
vincentchu2369

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
Top