Good morning,
I work for a manufacturing company, and I've been trying to create a new spreadsheet that will split data of Non-conforming material based on a supplier number into a new sheet. I would also like each new sheet to be in the form of a table. My goal would be to link each table to one slicer that sorts data based on week ending dates. From there, I can email each supplier their own list of non-conforming material for the week.
I realize that I can accomplish some of this by "Show report filter pages..." pivot table function, but the problem is, this database is refreshed daily, and when a new supplier that hasn't been in our database before shows up, the pivot tables have already been created and there won't be a new page with a new pivot table for the new supplier (My data source for the pivot tables goes the entire length of the columns).
I have also tried parsing data using the code below, but I find that it only runs effectively one time initially. So if I try to run the macro again, it won't split new data. Also, this code below doesn't do anything with formatting the data/keeping data in table form.
My columns range from A-S, my columns with the supplier number I want data split by is in column N (VCOL = 14), and my week ending dates are in column Q (VCOL = 17)![]()
Please Login or Register to view this content.
I'm fairly inexperienced with VBA, but I've been resourceful in accomplishing smaller tasks. I'm a bit out of my depth on this apparently.
Thanks for help!
Bookmarks