VORREI SE QUESTO SCRIPT SI PUÒ CAMBIARE DA VERTICALE SU DUE RUOTE AD ORRIZONTALE IN UNA RUOTA
GRAZIE LEO
'Somma Verticale
Sub main()
som = CInt(InputBox("Somma da cercare?","Somma",90))
nes = InputBox("Quante estrazioni vuoi controllare?","Estrazioni",10)
ini = EstrazioneFin - nes
fin = EstrazioneFin
For es = ini To fin
Messaggio "Estrazione: " & es
For r1 = 1 To 10
For p1 = 1 To 5
a = Estratto(es,r1,p1)
For r2 = r1 + 1 To 12
For p2 = 1 To 5
b = Estratto(es,r2,p2)
If a + b = som And r2 <> 11 Then
'If p1=p2 Then 'iso
Scrivi DataEstrazione(es) & " " & SiglaRuota(r1) & " " & Format2(a)&" in "&(p1)&" pos.",1
Scrivi DataEstrazione(es) & " " & SiglaRuota(r2) & " " & Format2(b)&" in "&(p2)&" pos.",1
Scrivi
End If
'End If
Next
Next
Next
Next
Next
End Sub
GRAZIE LEO
'Somma Verticale
Sub main()
som = CInt(InputBox("Somma da cercare?","Somma",90))
nes = InputBox("Quante estrazioni vuoi controllare?","Estrazioni",10)
ini = EstrazioneFin - nes
fin = EstrazioneFin
For es = ini To fin
Messaggio "Estrazione: " & es
For r1 = 1 To 10
For p1 = 1 To 5
a = Estratto(es,r1,p1)
For r2 = r1 + 1 To 12
For p2 = 1 To 5
b = Estratto(es,r2,p2)
If a + b = som And r2 <> 11 Then
'If p1=p2 Then 'iso
Scrivi DataEstrazione(es) & " " & SiglaRuota(r1) & " " & Format2(a)&" in "&(p1)&" pos.",1
Scrivi DataEstrazione(es) & " " & SiglaRuota(r2) & " " & Format2(b)&" in "&(p2)&" pos.",1
Scrivi
End If
'End If
Next
Next
Next
Next
Next
End Sub