Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default EXCEL: to retrive data from the web

Hello,
I am an excel novice.
I would like to know whether it is possible to make use of a VBA program or
some other mechanism so that I may instruct excel to automatically retrive
data from the web or, even better, an XLS file containing financial data from
"Yahoo finance" and load the data upon startup.
An example of the data I would like excel to fetch and import can be found
at http://finance.yahoo.com/
How may I configure excel for thios task? Thanks.
Aldo Pellizzi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default EXCEL: to retrive data from the web


This is called a web query.

Click on DATA Import External Data New Web Query

This opens a mini-browser. Use it to navigate to Yahoo and the
financial info you want to collect. You'll notice little yellow
arrows...those represent sets of web data you can "grab".

When the data you want is onscreen, click on the arrow next to that
data and it becomes a green checkmark.

Click on "IMPORT" and point your spreadsheet to where you want this to
appear. Click on PROPERTIES to setup some extra parameters, like how
often the data should refresh from the web.

It's usually best to collect this info on a scrap worksheet, then use
cell references to pull info from it onto the sheets where you read it
laid out the way you want.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=46783

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default EXCEL: to retrive data from the web

Check this out:
http://www.mrexcel.com/tip103.shtml

Practice a few times, then turn on the macro recorder before you do a full
run through. Hit Alt+F11 to see the code. You should learn quite a lot from
this exercise.

Regards,
Ryan---


--
RyGuy


"JBeaucaire" wrote:


This is called a web query.

Click on DATA Import External Data New Web Query

This opens a mini-browser. Use it to navigate to Yahoo and the
financial info you want to collect. You'll notice little yellow
arrows...those represent sets of web data you can "grab".

When the data you want is onscreen, click on the arrow next to that
data and it becomes a green checkmark.

Click on "IMPORT" and point your spreadsheet to where you want this to
appear. Click on PROPERTIES to setup some extra parameters, like how
often the data should refresh from the web.

It's usually best to collect this info on a scrap worksheet, then use
cell references to pull info from it onto the sheets where you read it
laid out the way you want.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=46783


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
How do I retrive data brainking New Users to Excel 1 April 7th 09 06:24 PM
retrive data puiuluipui Excel Discussion (Misc queries) 0 July 3rd 08 08:37 AM
Retrive Data from Multiple Cells [email protected] Excel Discussion (Misc queries) 5 February 21st 08 09:15 PM
Look for and Retrive Data CrimsonPlague29 Excel Worksheet Functions 4 January 3rd 07 08:18 PM
hOW to retrive the Data after did UPPERCASE shobsrangan Excel Programming 2 March 1st 06 11:09 AM


All times are GMT +1. The time now is 09:33 AM.

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"