98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Bloomberg - Overcome problem when data have not finished loading
Bloomberg - Overcome problem when data have not finished loading
Resolved · Medium Priority · Version 2010
Christoph has attended:
Excel VBA Intro Intermediate course
Bloomberg - Overcome problem when data have not finished loading
When using data from bloomberg (i.e. loading data with a =bdh function in a cell) and data have not finished loading VBA need to be stopped to load the data. Is there a way to refresh the bloomberg request to finish loading the data inside the VBA code? (Without stopping the code running)
RE: Bloomberg - Overcome problem when data have not finished loa
Hi Christoph, thanks for your query. You are not alone in trying to address this problem! We can't offer advice about third-party APIs such as the Bloomberg add-in but this link should give you some pointers:
http://stackoverflow.com/questions/8669845/bloomberg-data-doesnt-populate-until-excel-vba-macro-finishes
My first thought was to use DoEvents to return control to the user while the query refreshes, but as you can see this causes problems. The solution will almost certainly involve using one of the Bloomberg API calls outlined in the link.
Hope this helps,
Anthony
Mon 23 Jul 2012: Automatically marked as resolved.
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Go to source of a cellThe default setting in Excel is when you double click in a cell it actives the formula in the cell. If you have created a link and want to directly go to that link (say if on another sheet, click on Tools -options and take off the tick for eidt it directly in cell |