errh:

in spreadsheet/Sheet1.vb [280:284]


errh:
    If Err.Number <> 0 Then
        MsgBox "Error while exporting checklist to JSON " & Err.Description, vbCritical
    End If
End Sub