Share via


HPC_ExecutionError method

Handles errors that occur during a calculation for an Excel workbook on an HPC cluster.

Syntax

Function HPC_ExecutionError( _
  ByVal errorMessage     As string, _
  ByVal errorDetails As string _
)

Parameters

  • errorMessage
    String that specifies the error message.

  • errorDetails
    String that provides detailed information about the error.

Return value

This method does not return a value.

Remarks

You optionally implement this macro for an Excel workbook for which you want to run calculations on an HPC cluster as part of the partition, calculate, and merge macro framework.

This macro is not required, but if you do not implement this macro, error messages are not visible to the user. Implement this macro to accept error messages and then display them to the user, handle them internally, or ignore them.

Examples

For an example implementation of the HPC_ExecutionError macro, see the macros in the VBASample.xlsm workbook that is included in the Excel\ExcelRunner folder in the sample code package for the Windows HPC Pack 2008 R2 SDK (https://go.microsoft.com/fwlink/p/?linkid=205875).

Requirements

Product

HPC Pack 2008 R2 Client Utilities