J
John S.
I know I can just make a list in a worksheet and name it but I would like to know if there is a way to just manually
input an array into the named range. I tried this but it does not work. I see that the Refers to is correct but the values
is not set. Ultimately this will be used for a dropdown list. Thanks for any help.
Dim MyWeek
MyWeek = Array("","Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")
Names.Add Name:="Typelist", RefersTo:=MyWeek
input an array into the named range. I tried this but it does not work. I see that the Refers to is correct but the values
is not set. Ultimately this will be used for a dropdown list. Thanks for any help.
Dim MyWeek
MyWeek = Array("","Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")
Names.Add Name:="Typelist", RefersTo:=MyWeek