Probleme excel VB
Résolu
mkos
-
mkos -
mkos -
Bonjour,
La 1ere partie fonctionne/ pas la 2eme.... Je cherche le contraire de la fonction Hidden en faite :p
If ComboBox5.Value = "NO" Then
Worksheets("Sheet1").Range(Rows(144), Rows(180)).Hidden = True
End If
If ComboBox5.Value = "YES" Then
Worksheets("Sheet1").Range(Rows(144), Rows(180)).Show = True
End If
merci !
La 1ere partie fonctionne/ pas la 2eme.... Je cherche le contraire de la fonction Hidden en faite :p
If ComboBox5.Value = "NO" Then
Worksheets("Sheet1").Range(Rows(144), Rows(180)).Hidden = True
End If
If ComboBox5.Value = "YES" Then
Worksheets("Sheet1").Range(Rows(144), Rows(180)).Show = True
End If
merci !
A voir également:
- Probleme excel VB
- Liste déroulante excel - Guide
- Word et excel gratuit - Guide
- Déplacer colonne excel - Guide
- Si ou excel - Guide
- Excel moyenne - Guide