diff --git a/PokemonGoIV/2Report.vb b/PokemonGoIV/2Report.vb index 0a6a43c..6a19671 100644 --- a/PokemonGoIV/2Report.vb +++ b/PokemonGoIV/2Report.vb @@ -244,9 +244,9 @@ Sub subCreateReport ( _ ' Fills in the CP calculation. For nI = 0 To UBound (maIVs) sCPM = fnGetCPMFormula (maIVs (nI).fLevel) - sColIVAttack = "G" & (nI + 2) - sColIVDefense = "H" & (nI + 2) - sColIVStamina = "I" & (nI + 2) + sColIVAttack = "G" & (nStartRow + nI + 1) + sColIVDefense = "H" & (nStartRow + nI + 1) + sColIVStamina = "I" & (nStartRow + nI + 1) oCell = oSheet.getCellByPosition (nLeadCols - 1, nStartRow + nI) sFormula = "=(" & sColIVAttack & "+" & sColIVDefense _ diff --git a/VERSION b/VERSION index a3df0a6..6f4eebd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/excludes/pokemongoiv.update.xml b/excludes/pokemongoiv.update.xml index 0876413..910758c 100644 --- a/excludes/pokemongoiv.update.xml +++ b/excludes/pokemongoiv.update.xml @@ -2,8 +2,8 @@ - + - + diff --git a/oxt/PokemonGoIV/2Report.xba b/oxt/PokemonGoIV/2Report.xba index 62d5d8a..7b9dde6 100644 --- a/oxt/PokemonGoIV/2Report.xba +++ b/oxt/PokemonGoIV/2Report.xba @@ -246,9 +246,9 @@ Sub subCreateReport ( _ ' Fills in the CP calculation. For nI = 0 To UBound (maIVs) sCPM = fnGetCPMFormula (maIVs (nI).fLevel) - sColIVAttack = "G" & (nI + 2) - sColIVDefense = "H" & (nI + 2) - sColIVStamina = "I" & (nI + 2) + sColIVAttack = "G" & (nStartRow + nI + 1) + sColIVDefense = "H" & (nStartRow + nI + 1) + sColIVStamina = "I" & (nStartRow + nI + 1) oCell = oSheet.getCellByPosition (nLeadCols - 1, nStartRow + nI) sFormula = "=(" & sColIVAttack & "+" & sColIVDefense _