You are on page 1of 1

Sub Recalculate_All_Game()

Dim x As Integer
For x = 1 To 22
Sheets("Recalculation").Select
If x <= Cells(1, 8).Value Then
Sheets("Recalculation").Select
Range("H2").Select
ActiveCell.FormulaR1C1 = x
Range("H3").Select
Sheets("Recalculation").Select
Call ChoiceExtractGame
Call ChoiceGameRecalculation
Sheets("Recal_Save").Select
Call SaveRecalData
End If
Next x
End Sub

You might also like