This has probably been answered but I'm not seeing my exact scenario. I have a batch macro. It's running the same process over and over but each time with a different Excel file as the input. I want to output each run into a different Excel file located at the same path. The file name I want to use for the Output Excel file is contained in a column within each of the Input Excel files. I got it to create a new tab for every run but I want separate Excel files for every run. In the Macro Output Data tool when I select "Create New Sheet", check "Take File/Table Name From Field", "Change Entire File Path" and "Field Containing File Name or Part of File Name" is set to "Client Name" (the field in each input Excel file that I want the Output Excel file to be named). These selections give an error of: "You must specify a sheet name."
Any idea? Thanks.