Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using the following syntax, cmdtyView for Excel users can invoke a refresh via VBA.

Application.Run "BEBC_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.

...