Hello everybody.
I've set a dropdown list as follows:
https://imgur.com/a/ntDkIK9
Dim MyListB(2) As String
MyListB(0) = "YES"
MyListB(1) = "NO"
Dim lrut2 As Long
lrut2 = Cells(Rows.Count, "A").End(xlUp).Row
With Range("B2:B" & lrut2).Validation
.Delete
.Add Type:=xlValidateList...