A voir également:
- Compteur H/H cellules
- Masquer la colonne H si la cellule (H,6)< aujourd'hui ✓ - Forum - VB / VBA
- Colorer les cellules des lignes G et H selon leur valeur ✓ - Forum - Excel
- Quelle formule pour remplir les cellules H à L incluses ? ✓ - Forum - Excel
- *h# sms inconnu ✓ - Forum - Mobile
- L x l x h ✓ - Forum - Loisirs / Divertissements
3 réponses
Mike-31
- Messages postés
- 17301
- Date d'inscription
- dimanche 17 février 2008
- Statut
- Contributeur
- Dernière intervention
- 20 janvier 2021
Bonjour,
Essaye avec un bouton ActiveX voir si c'est ce que tu cherches
Private Sub CommandButton1_Click()
If IsNumeric(CommandButton1.Caption) Then CommandButton1.Caption = CommandButton1.Caption + 1 Else CommandButton1.Caption = 1
End Sub
Essaye avec un bouton ActiveX voir si c'est ce que tu cherches
Private Sub CommandButton1_Click()
If IsNumeric(CommandButton1.Caption) Then CommandButton1.Caption = CommandButton1.Caption + 1 Else CommandButton1.Caption = 1
End Sub
Mike-31
- Messages postés
- 17301
- Date d'inscription
- dimanche 17 février 2008
- Statut
- Contributeur
- Dernière intervention
- 20 janvier 2021
Re,
et si tu veux tes compteurs dans les cellules comme cela tu as les deux
https://www.cjoint.com/c/JIdpXkGxw0c
et si tu veux tes compteurs dans les cellules comme cela tu as les deux
https://www.cjoint.com/c/JIdpXkGxw0c
https://www.cjoint.com/c/JIdlxCfpnSc
Encore merci