Je désire avoir trois choix soit Daily,Weekly,Monthly
et lorsque Daily je veux que cellule A1=d
Weekly A1=w Monthly A1=M
J'ai fouillé un peu pour trouver du code mais rien de parfait pour l'instant
j'ai un début 😉
Range("A1") = c1.List(c1.ListIndex)
c1.List = Array("Daily", "weekly", "monthly")
Merci
et lorsque Daily je veux que cellule A1=d
Weekly A1=w Monthly A1=M
J'ai fouillé un peu pour trouver du code mais rien de parfait pour l'instant
j'ai un début 😉
Range("A1") = c1.List(c1.ListIndex)
c1.List = Array("Daily", "weekly", "monthly")
Merci