Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default 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
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel files open in internet explorer?? Dave F Excel Discussion (Misc queries) 3 October 26th 09 06:11 AM
open hyperlinks from excel 2003 file in one internet explorer wind Godfather Links and Linking in Excel 2 February 10th 08 05:58 PM
Open Excel File in Internet Explorer ken1975 Excel Discussion (Misc queries) 0 November 20th 07 09:41 PM
force Excel to open in Internet Explorer bgochal Excel Programming 0 October 19th 06 04:51 PM
how do I open an excel sheet downloaded from the internet? When . TCarson Excel Discussion (Misc queries) 0 April 12th 05 08:32 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"