View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bas Mekel Bas Mekel is offline
external usenet poster
 
Posts: 3
Default how can i retieve stock data in an excel worksheet?

You can make a macro which uses the web query feature or do it
manually. Make a new web query: DATA IMPORT EXTERNAL DATA NEW
WEBQUERY 'Enter an URL'
Use a made existing web query: DATA REFRESH DATA
Pleas take a look in Excel or VBA help for more info.
Hope this helps!

- Bas