Application.GetAnalysisErrorReport

This function creates a spreadsheet with a listing of analysis warnings and informational messages that occurred when running an analysis from SVB.

Syntax Parameters Return Value
Function Application.GetAnalysisErrorReport( _
    Optional MakeVisible As Boolean = True) As Spreadsheet
  • MakeVisible [in,optional ]

Whether or not to display the analysis error report. This parameter defaults to True.

Type: Boolean

Default value: True

Spreadsheet