While to create multiple dependency via macros, i am getting error on
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:=xlBetween, Formula1:="=indirect("A" & i)"Still trying to figure out how to pass range value into the formula section
Sub listing()
Dim cellv As Range
For i =...