Novità

aggiunta di frequenze per uno script di Joe

ppaaoolloo

Super Member >PLATINUM<
salve a tutti
mi rivolgo a Joe oppure chi può esserne capace
questo script fattomi da Joe molto tempo fa,
vorrei aggiungere 3 colonne che indicano
la frequenza di 5 10 e 15 estrazioni
credete sia possibile?
ringrazio anticipatamente

saluti


Option Explicit
Sub Main
'Ritardo di Presenza in più Ruote By Joe
Dim Ini,Fin,Es,F,N,Tit(5),Uno(90),Bis(90),Ter(90),Qua(90),Nu(5)
Ini = 200 : Fin = EstrazioneFin
Tit(1) = "NU / TT" : Tit(2) = " Rit 1 Pres." : Tit(3) = "Rit 2 Pres." : Tit(4) = " Rit 3 Pres.": Tit(5) = " Rit 4 Pres. "
InitTabella Tit
For Es = Fin To Ini Step - 1 : AvanzamentoElab Fin,Ini,Es
For N = 1 To 90
F = EstrattoFrequenza(11,N,Es,Es)
If F >= 4 Then
If Qua(N) = "" Then Qua(N) = Fin - Es
End If
If F >= 3 Then
If Ter(N) = "" Then Ter(N) = Fin - Es
End If
If F >= 2 Then
If Bis(N) = "" Then Bis(N) = Fin - Es
End If
If F >= 1 Then
If Uno(N) = "" Then Uno(N) = Fin - Es
End If
Next
Next
For N = 1 To 90
Nu(1) = N : Nu(2) = Uno(N) : Nu(3) = Bis(N) : Nu(4) = Ter(N): Nu(5) = Qua(N)
AddRigaTabella(Nu)
Next
CreaTabellaOrdinabile(2)
End Sub
 

Ultima estrazione Lotto

  • Estrazione del lotto
    sabato 07 marzo 2026
    Bari
    72
    21
    49
    31
    07
    Cagliari
    28
    11
    57
    03
    85
    Firenze
    41
    76
    27
    01
    79
    Genova
    76
    19
    37
    40
    69
    Milano
    18
    23
    56
    21
    57
    Napoli
    10
    89
    63
    31
    48
    Palermo
    39
    15
    85
    77
    14
    Roma
    90
    51
    56
    89
    16
    Torino
    10
    04
    73
    06
    61
    Venezia
    89
    70
    46
    61
    56
    Nazionale
    31
    37
    89
    64
    68
    Estrazione Simbolotto
    Firenze
    29
    43
    32
    08
    25
Indietro
Alto