This is a render to Excel question using the reporting tools.
I need to create 400 tables with specific formatting.
I created an iterative macro that takes the 1-N records needed to create an individual table and creates the desired format. The # of columns for each table is the same, but the # of rows can vary.
After the iterative macro, I use a Render Tool to output to a single Excel sheet. All 400 tables render to the same sheet. But, I don't want them to render to the same sheet. I want to use a field not used in the rendered tables to split by sheet or as a last resort split by workbook.
I have very little experience with reporting tools. I suspect my problem might be compounded by my use of an iterative macro to create each table first. Should I have used a batch macro instead?