Thanks for the correction.
But then how to refer(in formula1 parameter)
to the list of items which are in another sheet ?
I've tried but Excel wouldn't allow.
Also I've tried comma-delimited syntax like this:
formula1:="Teacher1,Teacher2,...,Teacher30" where
the list contains 30...
This is a follow-up question, not an answer.
I've tried to code using macro to make a drop-down
list and the "formula1" argument refers to the list items put in a range of cells(A1:A7) in a worksheet like this way:
Sub x()
With Range("e5").Validation
.Add...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.