Looking for help?
< All Topics
Print

In version 3.2.5.4

  1. Running all Flows in the entire workbook is now available. Click on Run All Flows button to start them. XL-Connector will go through every worksheet and if there’s a flow with active flow steps there – they will get run.
  2. You can now use VBA to run your Flows. The following VBA functions are available:
    Run the Flow in a given worksheet

    bool RunFlow(Worksheet ws, out error)

    This function will run all active Flow steps in a given worksheet. If there’s an error, the function will return False and the error text will be in the ‘error’ output variable.

    Run all Flows in the active workbook

    bool RunAllFlows(out error)

    This function will run all Flows in your document. If there’s an error, the function will return False and the error text will be in the ‘error’ output variable.

    More information about using VBA can be found here.

  3. Various usability and stability enhancements.
Table of Contents