diff --git a/PokemonGoIV/2Report.vb b/PokemonGoIV/2Report.vb index 05951de..692942c 100644 --- a/PokemonGoIV/2Report.vb +++ b/PokemonGoIV/2Report.vb @@ -241,7 +241,7 @@ Sub subCreateReport ( _ oColumns.getByIndex (9).setPropertyValue ("Width", 1030) For nJ = nLeadCols To nTotalCols - 1 oColumns.getByIndex (nJ).setPropertyValue ( _ - "Width", 2810) + "Width", 2500) Next nJ oRows = oSheet.getRows oRows.getByIndex (0).setPropertyValue ("OptimalHeight", True) diff --git a/oxt/PokemonGoIV/2Report.xba b/oxt/PokemonGoIV/2Report.xba index 4e182f1..32e0d18 100644 --- a/oxt/PokemonGoIV/2Report.xba +++ b/oxt/PokemonGoIV/2Report.xba @@ -243,7 +243,7 @@ Sub subCreateReport ( _ oColumns.getByIndex (9).setPropertyValue ("Width", 1030) For nJ = nLeadCols To nTotalCols - 1 oColumns.getByIndex (nJ).setPropertyValue ( _ - "Width", 2810) + "Width", 2500) Next nJ oRows = oSheet.getRows oRows.getByIndex (0).setPropertyValue ("OptimalHeight", True)