Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You need to use the ActiveWorkBook.SetLinkOnData method to cause Excel to automatically run a subroutine every time the data from the DDE Link is updated by the DDE Server. The subroutine would simply read the Value property of the cell containing the DDE Link and write it to the bottom of a column somewhere else in the worksheet. For an example, visit: http://www.taltech.com/support/dde_sw/ddeexcel504.htm On Fri, 6 Aug 2004 14:01:33 -0700, "joni" wrote: In cell A1 I have a DDE-link to a real-time data source. Works fine, however instead of having this one cell update each time the value changes, I'd like to "log" (roll? scroll? I don't know how to call this) the previous data to cell A2 etc., in time building column A with all past values that occurred. Stock market programs do this effortlessly (like when building "time and sales" sheets) but I just cannot figure it out. Should be some standard command I'd say, or does this require high-end programming? Thanks!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capturing Real Time Data | Excel Worksheet Functions | |||
creating dataseries from real time data | Excel Worksheet Functions | |||
Data from two sheets make up real time list in the new sheet?? | Excel Worksheet Functions | |||
storing real time data | Excel Discussion (Misc queries) |