Hey, sorry for having to post this, but I just cannot figure out how to create a dynamic validation list. I have a list that starts in L6 that re-populates via vba each time the workbook is opened. The number of items on this list will vary each time, and this list is then linked to a data validation list that allows the user to choose the file to open. How do I ignore blanks at the end of my validation list? I don't have any blanks in my list, but the number of blanks at the end will differ each time the workbook is opened.
In the name manager on another project, I used =OFFSET(Main!$O$11,0,0,COUNTA(Main!$O$11:$O$501),1) for a named range and then set my the validation list = to this named range, but when trying to use the same formula (but tweaked a little for my new range) I get an error that says "The Source currently evaluates to an error. Do you want to continue?" when setting my validation list = to this named range. What am I doing wrong here?
Bookmarks