Bonjour le forum
J'ai besoin de vous car je suis bloqué sur un point.
je souhaite modifier par VBA une liste de validation mais visiblement ca bloque 😕
range("BO26").Select
application.CutCopyMode = False
With selection.Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
xlBetween, Formula1:= _
"=DECALER($R$1002;EQUIV($G$17;$Q:$Q;0)-2;0;NB.SI($Q:$Q;$G$17);1)"
.IgnoreBlank = True
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = ""
.ErrorMessage = ""
.ShowInput = True
.ShowError = True
End With
Quelqu'un aurait-il une solution?
Merci d'avance
Philippe
J'ai besoin de vous car je suis bloqué sur un point.
je souhaite modifier par VBA une liste de validation mais visiblement ca bloque 😕
range("BO26").Select
application.CutCopyMode = False
With selection.Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
xlBetween, Formula1:= _
"=DECALER($R$1002;EQUIV($G$17;$Q:$Q;0)-2;0;NB.SI($Q:$Q;$G$17);1)"
.IgnoreBlank = True
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = ""
.ErrorMessage = ""
.ShowInput = True
.ShowError = True
End With
Quelqu'un aurait-il une solution?
Merci d'avance
Philippe