Moderatori: Anthony47, Flash30005
Private Sub OB1_Click()
If OB1.Value = False Then
OB1.Value = True
OB2.Value = False
End If
End Sub
Private Sub OB2_Click()
If OB2.Value = False Then
OB2.Value = True
OB1.Value = False
End If
End Sub
Ti farò un esempio con due oggetti option (poi ripeterai il codice)
Private Sub OP1_Click()
If OP1.Value = False Then
OP1.Value = True
OP2.Value = False
End If
End Sub
Private Sub OP2_Click()
If OP2.Value = False Then
OP2.Value = True
OP1.Value = False
End If
End Sub
Private Sub OP3_Click()
If OP3.Value = False Then
OP3.Value = True
OP4.Value = False
End If
End Sub
Private Sub OP4_Click()
If OP4.Value = False Then
OP4.Value = True
OP3.Value = False
End If
End Sub
Torna a Applicazioni Office Windows
Inserire add.in nella barra di avvio veloce in excel 2003 Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 4 |
Excel: problema con date se devo unirle a testi Autore: valle1975 |
Forum: Applicazioni Office Windows Risposte: 5 |
confrontare e evidenziare 2 fogli excel Autore: niccia |
Forum: Applicazioni Office Windows Risposte: 7 |
[EXCEL] controllo corrispondenza tra valori con un vincolo Autore: sbs |
Forum: Applicazioni Office Windows Risposte: 9 |
Visitano il forum: Nessuno e 9 ospiti