change to
Code:
If cnt Mod 5 = 0 Then
    Label2.Caption = PrdAr(Int(cnt / 5) - 1)
End If
not tested, hope it's corect