/
Visual Basic Applications (VBA) Refresh
Visual Basic Applications (VBA) Refresh
Using the following syntax, cmdtyView for Excel users can invoke a refresh via VBA.
Application.Run "BC_RefreshAll"
You can trigger a data refresh by pasting the VBA code into the Worksheet. Double-click the desired Sheet object in the VBA Project Pane to open the text editor (blank white sheet) within the Visual Basic Editor.
Example of code below:
Sub BC_Refresh()
Application.Run "BC_RefreshAll"
End Sub
Run the macros from the Macros button in the Developer tab or assign a macro to a button from the Insert section in the Developer tab.
, multiple selections available,
Related content
Syntax and Functions
Syntax and Functions
Read with this
Share Workspace
Share Workspace
More like this
Futures Symbol Shortcuts
Futures Symbol Shortcuts
More like this
Load Workspace
Load Workspace
More like this