How to refresh/load RTD Bloomberg function (BDH) in excel in vba

前端 未结 4 1017
梦如初夏
梦如初夏 2020-12-09 06:25

I would like to know if there\'s a way in VBA code forcing the bloomberg functions (In spreadsheet) to update its value( Any BDH functions)

Targeting Develo

4条回答
  •  -上瘾入骨i
    2020-12-09 07:19

    I have never managed to do what you ask for. The only reliable way I have found to get up-to-date data is by calling the API directly from VBA with BLP_DATA_CTRLLib.BlpData, waiting for the answer, and putting the result into a sheet.

    With regards to opening password protected VBA code, a google or stackoverflow search should give you your answer.

提交回复
热议问题