I have a dashboard that I need to export to pdf for each data validation item on the list. I have some code that does this but I am having some issues with it. I wrote an xlookup so that each loop through the data validation list it will populate the file name in a different cell. I then want to use that cell when I write the file name. The m= tells it that's where the data validation list is at, while I thought the c.Value that is used for sName to write the file name. When I change that from E3(where data validation list is) to Q3(where the xlookup to get the file name I want to use) and I run it again, it takes the value in cell Q3 and rewrites it with what should be in cell E3 and the value in E3 stays the same so it ends up saving the same data over and over with different names. I want it to parse through each individual name on the list in E3 and save it using the value that is returned in the xlookup in cell Q3
![]()
Please Login or Register to view this content.
Bookmarks