Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That can easily be done with the DLL MetaLib from
http://www.trading-tools.com You only have to use following code in your Excel sheet: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Cells.Column = 1 Then Dim iquotes As New MLInternetQuotes iquotes.DownloadQuotes Target.Cells(Target.Row, 2), US Target.Cells(Target.Row, 3) = iquotes.dClose End If End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Historical Excel Quotes | Excel Discussion (Misc queries) | |||
How do i get historical stock quotes using MSN Money Stock Quotes | Excel Discussion (Misc queries) | |||
Specific date stock quotes (historical) in excel??? | Excel Discussion (Misc queries) | |||
Historical Stock Quotes - Yahoo Finance | Excel Programming | |||
MSN MoneyCentral Stock Quotes support historical price look-ups | Excel Worksheet Functions |