I have a cell utilizing a Bloomberg API function and looping through inputs using a macro, but I want the loop to wait for the Bloomberg function to produce a result before proceeding (basically a callback). Is there a straightforward way of accomplishing this?
相关问题
- Disable Browser onUnload on certain links?
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Error handling only works once
- Jscrollpane - Fires a function when isAtBottom
相关文章
- How to create a CFuncType in Python
- Get column data by Column name and sheet name
- Change loss function dynamically during training i
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
You can try something like this: