* Excel VBO Workflow: * The correct order to perform operations using the Excel VBO involves creating an instance, opening the workbook, performing actions (like getting the worksheet as a collection), and then closing the workbook. * Correct Order: * Create Instance: Initializes the Excel application instance. * Open Workbook: Opens the specified Excel workbook. * Get Worksheet as a Collection: Reads the worksheet data into a collection. * Close Workbook: Closes the workbook after operations are completed. References: * Blue Prism documentation on Excel VBO and its actions.