Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created January 2, 2015 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0ldlimit/634ea60bc8d79ac6340a to your computer and use it in GitHub Desktop.
Save c0ldlimit/634ea60bc8d79ac6340a to your computer and use it in GitHub Desktop.
#bloomberg refresh formulas
' http://stackoverflow.com/questions/12856979/how-to-refresh-load-rtd-bloomberg-function-bdh-in-excel-in-vba
Application.run "RefreshAllWorkbooks"
Application.run "RefreshAllStaticData"
@MetsTrade
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment