in spreadsheet/Sheet1.vb [550:555]
import_checklist_fromfile_err:
If Err.Number <> 0 Then
MsgBox "Error while importing checklist from JSON file " & json_file & ": " & Err.Description, vbCritical
Call EnableStuff
End If
End Sub