ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Open Internet from Excel (https://www.excelbanter.com/excel-programming/416593-open-internet-excel.html)

K[_2_]

Open Internet from Excel
 
Hi all, How can I open Internet URL from excel macro? In other words
when I click button then the URL address indicated in macro should
open up in Internet window

Mike H

Open Internet from Excel
 
Try

ActiveWorkbook.FollowHyperlink Address:="http://www.google.com",
NewWindow:=True

Mike

"K" wrote:

Hi all, How can I open Internet URL from excel macro? In other words
when I click button then the URL address indicated in macro should
open up in Internet window


K[_2_]

Open Internet from Excel
 
On Sep 5, 11:15*am, Mike H wrote:
Try

ActiveWorkbook.FollowHyperlink Address:="http://www.google.com",
NewWindow:=True

Mike



"K" wrote:
Hi all, *How can I open Internet URL from excel macro? *In other words
when I click button then the URL address indicated in macro should
open up in Internet window- Hide quoted text -


- Show quoted text -


Thanks Mike

TXDalessandros

Open Internet from Excel
 
I am working on something similar. However I have a list of numbers I need
to look up then return the values of what I look up on the website(which has
a user id and password). I have written macros to pull data from mainframes
where I know the position of the data. How do I pull it from a web page.

"Mike H" wrote:

Try

ActiveWorkbook.FollowHyperlink Address:="http://www.google.com",
NewWindow:=True

Mike

"K" wrote:

Hi all, How can I open Internet URL from excel macro? In other words
when I click button then the URL address indicated in macro should
open up in Internet window



All times are GMT +1. The time now is 03:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com