
Private Sub OptionButton1_Click()
Frame1.Visible = True
Frame2.Visible = False
Frame3.Visible = False
Call SettimanaSugnatura
TB_LottoSugna.SetFocus 'l'errore evidenzia questa riga
TB_LottoSugna.SelStart = 0
TB_LottoSugna.SelLength = Len(TB_LottoSugna)
End Sub
|
