You could add this inside your loop:
Range("A1") = i3
This would set the top left cell to the number to the current iteration, though it wont be very smooth.
You could add this inside your loop:
Range("A1") = i3
This would set the top left cell to the number to the current iteration, though it wont be very smooth.