diff --git a/_5Chi2GoF.vb b/_5Chi2GoF.vb index a4cc19a..680088b 100644 --- a/_5Chi2GoF.vb +++ b/_5Chi2GoF.vb @@ -17,8 +17,7 @@ Sub subTestChi2GoodnessOfFit oSheets.removeByName (sSheetName & "_chi2") End If oSheet = ThisComponent.getSheets.getByName (sSheetName) - 'oRange = oSheet.getCellRangeByName ("A7:B192") - oRange = oSheet.getCellRangeByName ("A7:B167") + oRange = oSheet.getCellRangeByName ("A7:B192") subReportChi2GoodnessOfFit (ThisComponent, oRange) End Sub