Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having problems with an inherited file that calls data from
Bloomberg through an enormous amount of DDE links (just by using the =blp function in the Excel add-in). At the moment, when the file is opened and updated, it gets part way through and then stops updating, which Bloomberg tells me is due to too many links. My question is whether it is possible to code the update process and get it to update in stages, perhaps sheet by sheet. I've done a little VBA, so understand the basics, but not DDE links and can't get my head around how to split up the update process (also have no documentation on the Bloomberg related vba functions - does this exist?). Any advice, or where I should look for documentation/examples would be appreciated. Tony |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are going to spend time on this and are using Excel 2002 or above then
I strongly advise that you replace the DDE calls with RTD calls. Much more efficient, stable and less likely to freeze up. -- www.alignment-systems.com " wrote: I'm having problems with an inherited file that calls data from Bloomberg through an enormous amount of DDE links (just by using the =blp function in the Excel add-in). At the moment, when the file is opened and updated, it gets part way through and then stops updating, which Bloomberg tells me is due to too many links. My question is whether it is possible to code the update process and get it to update in stages, perhaps sheet by sheet. I've done a little VBA, so understand the basics, but not DDE links and can't get my head around how to split up the update process (also have no documentation on the Bloomberg related vba functions - does this exist?). Any advice, or where I should look for documentation/examples would be appreciated. Tony |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maximum length of a number | Excel Worksheet Functions | |||
Maximum number of rows? | Excel Discussion (Misc queries) | |||
getting the number of the row with the maximum value | Excel Discussion (Misc queries) | |||
Maximum Number of Bloomberg DDE Links | Excel Programming | |||
Find row number of maximum value | Excel Programming |