I have a data set that I want to breakout based on a column into different Excel files. In my example it will be over 100 Excel files. I am able to add them as new tabs to the same file but when I try and have the sent to a new stand alone file I get the error: Unable to Open Archive For Zipping
I only get output for the first Excel file and then the error message.
I have this formula created for the File Name:
"\C\TEST\" + [COLUMN NAME] + ".xlsx|Sheet1"

I am sure I am missing something small but I cannot figure out what it is.