I have an excel workbook with multiple sheets within it - I'm looking to take each of these sheets and save them to separate .xlsx files. This is the input - each of the sheet names contains its own data in the workbook.

I use this formula to create the filepaths:

And these are the settings in the output tab:

This gives me the following output - however when I open these files, they only contain the file path, and not the actual data.

Is it possible to do what I'm looking for?