Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Creating a Dymanic hyperlink address using From Web

I have to get info from the internet everyday. It is posted on the
web in the form of text lists on a webpages

Example:
http://www.amex.com/amextrader/tradi...th20080421.txt

The address changes every day to account for changes in the list. The
variable in the hyperlink is the date ie "20080421".

What is the best way to have the hyperlink change to access the most
current data using "from web" in Excel?

Thanks,

Dan
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Creating a Dymanic hyperlink address using From Web

oops Dynamic is spelled wrong.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Creating a Dymanic hyperlink address using From Web

To add to the first post. Can I reference a hyperlink address in a
cell in the From Web tool in Excel?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Creating a Dymanic hyperlink address using From Web

I'd use a formula:

=hyperlink("http://www.amex.com/amextrader/tradingData/data/RegSHO/daily/AMEXth"
& text(today(),"yyyymmdd")&".txt","Click me")

wrote:

I have to get info from the internet everyday. It is posted on the
web in the form of text lists on a webpages

Example:
http://www.amex.com/amextrader/tradi...th20080421.txt

The address changes every day to account for changes in the list. The
variable in the hyperlink is the date ie "20080421".

What is the best way to have the hyperlink change to access the most
current data using "from web" in Excel?

Thanks,

Dan


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Creating a Dymanic hyperlink address using From Web

And the worksheet formula that I posted doesn't retrieve the text file--it just
creates a hyperlink to that URL.

wrote:

I have to get info from the internet everyday. It is posted on the
web in the form of text lists on a webpages

Example:
http://www.amex.com/amextrader/tradi...th20080421.txt

The address changes every day to account for changes in the list. The
variable in the hyperlink is the date ie "20080421".

What is the best way to have the hyperlink change to access the most
current data using "from web" in Excel?

Thanks,

Dan


--

Dave Peterson
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
My hyperlink address change? hyperlink New Users to Excel 1 June 12th 07 01:58 AM
Hyperlink: Why am I getting ../../../ in the address bar? Blue-eyed girl Excel Discussion (Misc queries) 0 April 5th 07 03:26 PM
hyperlink a worksheet with no address Jared Excel Worksheet Functions 2 August 14th 06 02:16 PM
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
hyperlink base address RWS Excel Discussion (Misc queries) 6 November 6th 05 05:15 AM


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

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

About Us

"It's about Microsoft Excel"