Spreadsheet.OnQueryRunError

This event is called when running the query has an error.

Syntax Parameters Return Value
Event Spreadsheet.OnQueryRunError( _
    QueryName As String, _
    ErrorMessage As String, _
    ByRef SuppressErrorDialog As Boolean)
  • QueryName [in]

Type: String

  • ErrorMessage [in]

Type: String

  • SuppressErrorDialog [in,out]

Type: Boolean

-