Bouton activex
Fermé
samirnajm
Messages postés
1
Date d'inscription
mardi 22 mai 2018
Statut
Membre
Dernière intervention
22 mai 2018
-
22 mai 2018 à 12:52
samirnajm - 22 mai 2018 à 17:47
samirnajm - 22 mai 2018 à 17:47
A voir également:
- Bouton activex
- Réinitialiser chromecast sans bouton - Guide
- Bouton reinitialisation pc - Guide
- Adobe flash player activex - Télécharger - Divers Web & Internet
- Hard reset samsung sans bouton home - Guide
- Bouton home clavier ✓ - Forum PC portable
1 réponse
f894009
Messages postés
17206
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
22 novembre 2024
1 710
22 mai 2018 à 17:24
22 mai 2018 à 17:24
Bonjour,
Code a mettre dans VBA de la feuille:
Code a mettre dans VBA de la feuille:
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Count > 1 Then Exit Sub If Not Application.Intersect(Target, Range("A3")) Is Nothing Then If Range("A3") <> "" Then CommandButton1.Visible = True Else CommandButton1.Visible = False End If ElseIf Not Application.Intersect(Target, Range("B3")) Is Nothing Then If Range("B3") <> "" Then CommandButton2.Visible = True Else CommandButton2.Visible = False End If End If End Sub
22 mai 2018 à 17:47
merci encore