Hello,
Your code works so good to me
![]()
Sub Add_Drop_Down_Menu_Cell() With ThisWorkbook.Sheets("Filtered Data").Range("B5").Validation .Delete .Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:=xlBetween, Formula1:="=menuList" .IgnoreBlank = True .InCellDropdown = True .InputTitle = "" .ErrorTitle = "" .InputMessage = "" .ErrorMessage = "" .ShowInput = True .ShowError = True End With End Sub
Bookmarks