Code ne fonctionne pas
Résolu
jean300
Messages postés
382
Statut
Membre
-
jean300 Messages postés 382 Statut Membre -
jean300 Messages postés 382 Statut Membre -
Bonjour,
Ces codes ne fonctionnent pas et je comprends pas :
Private Sub Worksheet_Activate()
If Sheet("FR")("AB2") <> "T" Then Btn_Traité.Visible = False
If Sheet("FR")("AB2") = "T" Then Btn_Traité.Visible = True
End Sub
Merci de m'éclairer.
Ces codes ne fonctionnent pas et je comprends pas :
Private Sub Worksheet_Activate()
If Sheet("FR")("AB2") <> "T" Then Btn_Traité.Visible = False
If Sheet("FR")("AB2") = "T" Then Btn_Traité.Visible = True
End Sub
Merci de m'éclairer.
Configuration: Windows / Firefox 64.0
A voir également:
- Code ne fonctionne pas
- Code ascii - Guide
- Code activation windows 10 - Guide
- Code puk bloqué - Guide
- Comment déverrouiller un téléphone quand on a oublié le code - Guide
- Scanner qr code pc - Guide
4 réponses
Bonjour
Private Sub Worksheet_Activate()
If Sheet("FR").Range("AB2") <> "T" Then Btn_Traité.Visible = False
If Sheet("FR").Range("AB2") = "T" Then Btn_Traité.Visible = True
End Sub
Re,
Place un classeur modèle
Tu vas dans https://www.cjoint.com/
Tu cliques sur "PARCOURIR" pour sélectionner ton fichier
Clic le bouton "CREER LE LIEN"
Clic droit quand le lien est créé "COPIER LE LIEN"
Sur ton message Clic droit "Coller".
Place un classeur modèle
Tu vas dans https://www.cjoint.com/
Tu cliques sur "PARCOURIR" pour sélectionner ton fichier
Clic le bouton "CREER LE LIEN"
Clic droit quand le lien est créé "COPIER LE LIEN"
Sur ton message Clic droit "Coller".