Bloomberg-刷新工作簿的调用方式

问题描述 投票:1回答:1

我想知道是否有办法做:

Bloomberg - > Refresh Workbook

enter image description here

但不能用手或在VBA中使用,或使用其他方法。:

[Workbook.calculate有时无法使用公式获取#N/A Requesting Data...,因为未按时加载数据。。

我真的需要找到一种100%可行的方法来做到这一点,否则,如果有时失败可能会是一个很大的问题

excel vba bloomberg
1个回答
2
投票

您可以在Bloomberg加载项中使用以下过程

Application.Run "RefreshData"
Application.Run "RefreshCurrentSelection"
Application.Run "RefreshEntireWorksheet"
Application.Run "RefreshEntireWorkbook"
Application.run "RefreshAllWorkbooks" 
Application.run "RefreshAllStaticData"
© www.soinside.com 2019 - 2024. All rights reserved.