If the OP is using validation lists (sounds like he's using drop down lists though) that aren't in sequential order ie are not in range A1:A30, an easy option would be to select all of those cells on the worksheet with your mouse and name the range. Then you should be able to just reference that named range in the VBA code. Would be a lot less tedious than referencing each cell individually for what's it's worth
Bookmarks