Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Ciao a tutti!
Quando si esegue uno script e da errore 449 (argomento non facoltativo) cosa vuol dire?
Grazie!
Ciao a Tutti!
IF A1 = 55 THEN C1 = 37
IF A1 = 55 THEN B1 = 45
sarebbe: se A1 = 55 allora C1= 37 e B1 = 45
vorrei scriverlo con una sola IF si può fare?
Sub Main
Scrivi ""
Dim b(5)
Dim a(5)
Dim es,r1
Dim idestrazione,fin,ruota,estr
fin = EstrazioneFin
es = InputBox("Inserisci numero estrazione per iniziare ",idestrazione,fin)
r1 = InputBox("Inserisci numero ruota ( 1 - 12) - 12 = NZ",ruota,r1)
Scrivi(" Estrazione n." & Format2(es) & " del " & DataEstrazione(es)),0,0
Scrivi " " & Left(NomeRuota(r1),2) & " " & StringaEstratti(es,r1)
Scrivi ""
a(1) = Estratto(es,r1,1)
a(2) = Estratto(es,r1,2)
a(3) = Estratto(es,r1,3)
a(4) = Estratto(es,r1,4)
a(5) = Estratto(es,r1,5)
For k = 1 To 12
b(1) = a(1) * 2
If b(1) > 91 Then b(1) = b(1) - 91 End If
Scrivi Format2(b(1))
a(1) = b(1)
Next
End Sub