I searched for the keyword "refresh" in xla, opening it in notepad. Found the following targets:
RefreshAllWorkbooks blpmain.xla!RefreshAllStaticData blpmain.xla!'RefreshWorkbookFundamentalsData blp.xla!IsBlpRefreshAvailable
I tried them one by one, the first 2 works, causing:
Application.run "RefreshAllWorkbooks" Application.run "RefreshAllStaticData"
But don't call them alone (I guess, because somehow I can call the protected PUBLIC procedure using Application.run)
RefreshAllWorkbooks
or
RefreshAllStaticData
thanks for the help
source share