I have two output tools - one is writing to range A1:F2 on Sheet1 in an Excel file, and the other is writing to range A5:G100 on Sheet1 in the same Excel file. I can do that when I'm writing one file containing all customers. However, I need this output to be split by customer and write a different Excel file for each. I imagine the answer is going to involve a macro? Does anyone have any suggestions? Thanks!