Created
January 2, 2015 18:07
-
-
Save c0ldlimit/634ea60bc8d79ac6340a to your computer and use it in GitHub Desktop.
#bloomberg refresh formulas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' http://stackoverflow.com/questions/12856979/how-to-refresh-load-rtd-bloomberg-function-bdh-in-excel-in-vba | |
Application.run "RefreshAllWorkbooks" | |
Application.run "RefreshAllStaticData" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you ever seen a way to refresh only a single worksheet , rather than the entire worksheet? (Similar to what the 'refresh worksheet') button the bloomberg toolbar ribbon does?