I have the following code that will filter the data and then create a new file for every unique filtered record. The code works correctly in that it is fllitering and creating the new files. The issue is that it is not pasting the header as well. Also, if there is multiple records for a filter, it is only pasting to the first line of the new file and continuously overwriting the data. Theses are the only two issues that I am noticing with this file. I am wondering if there is code that I could add after wb.Sheets(1).Paste that would solve the issues with this code. Thanks
Bookmarks