Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written an excel macro in a spreadsheet that subscribes to real
time market data. The marco loops through a list of symbols. For each symbol it places the symbol on a summary sheet in cell A1. this sheet downloads some specific data for that symbol. The code then takes some specific cells C5 D5 D7 and takes these values and puts them on the "final" sheet next to the symbol. this creates a sheet for all the syumbols with all the relavant data needed for rankings. However when the Macro executes it does not allow Excel to get the real time data. Instead it runs through the whole macro before alling the outside data. When it does call the outside data it makes a call for each symbol. However this is done after the macro completes. I think I am missing some system call to allow the macro to execute outside calculations before looping through the next symbol. any help would be greatly appreciated. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capturing Real Time Data | Excel Worksheet Functions | |||
Payroll calculations for real time | Excel Worksheet Functions | |||
Excel 2003's autosum does not update data in real time | Excel Worksheet Functions | |||
excel focus problems with custom RTD server (real time data) | Excel Programming |