Usine à gaz
XLDnaute Barbatruc
Bonjour à touts et à tous,
J'ai le code ci-dessous :
Et j'en ai à lui ajouter LOL
J'essaie de le raccourcir mais je n'y arrive pas
Pourriez-vous m'aider (comme d'hab ,
En vous souhaitant à toutes et à tous un beau WE, je vous remercie d'être tjrs là.
Amicalement,
arthour973
J'ai le code ci-dessous :
Code:
Private Sub Worksheet_SelectionChange(ByVal R As Range)
If Not Intersect(R, Range("e23")) Is Nothing And R.Count = 1 Then 'présent(s) au RdV
qui_sera_au_rdv.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("m9")) Is Nothing And R.Count = 1 Then 'en vente depuis
agent_indpt.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("o9")) Is Nothing And R.Count = 1 Then 'en vente depuis
agence.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("r9")) Is Nothing And R.Count = 1 Then 'en vente depuis
notaire.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("e11")) Is Nothing And R.Count = 1 Then 'en vente depuis
prepa_mandat.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("r11")) Is Nothing And R.Count = 1 Then 'en vente depuis
en_vente_depuis.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("v14")) Is Nothing And R.Count = 1 Then 'visites et retours
visites_retours.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("v17")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
pkoi_pas_vendu.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("m35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("m35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("o35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("r35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("t35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("v35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("x35")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
Quantité.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("e9")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("e19")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("i4")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("g7")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("k7")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("t9")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
If Not Intersect(R, Range("v9")) Is Nothing And R.Count = 1 Then 'pas vendu Pkoi ?
oui_non.Show
Range("a1").Activate
End If
Application.EnableEvents = True
Application.ScreenUpdating = True
End Sub
Et j'en ai à lui ajouter LOL
J'essaie de le raccourcir mais je n'y arrive pas
Pourriez-vous m'aider (comme d'hab ,
En vous souhaitant à toutes et à tous un beau WE, je vous remercie d'être tjrs là.
Amicalement,
arthour973