I'm looking for a way to manipulate a data validation drop-down in VBA code; I'm trying to create a macro that will run through each option on a list, save the sheet as a PDF, and proceed to the next option on the list until all are exhausted.
I have all the code figured out (I think) except for a command to move down the list; I've tried a few things with List-Index but can't quite get it to work. The sheet is "Cost Center Dashboard" and the cell with the validation list is "A2"
Thanks in advance for the help!