gpt4 book ai didi

excel - 彭博 - 刷新工作簿如何调用

转载 作者:行者123 更新时间:2023-12-04 22:22:15 30 4
gpt4 key购买 nike

我想知道是否有办法:

Bloomberg - > Refresh Workbook

enter image description here

但不是用我的手和 VBA 或使用其他东西..:
Workbook.calculate有时公式不起作用 #N/A Requesting Data...因为数据没有按时加载..

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

最佳答案

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

enter image description here

Application.Run "RefreshCurrentSelection"

enter image description here
Application.Run "RefreshEntireWorksheet"

enter image description here
Application.Run "RefreshEntireWorkbook"

enter image description here
Application.Run "RefreshAllWorkbooks" 

enter image description here
Application.Run "RefreshAllStaticData"    
Application.Run "RefreshData"

对于 CurrentSelection您必须先选择所需的数据
ThisWorkbook.Worksheets("Sheet1").Range("YourData").Select
Application.Run "RefreshCurrentSelection"

关于excel - 彭博 - 刷新工作簿如何调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61814900/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com