I have limited VBA knowledge. mostly I've been able to write a few macros from googling and hitting it with a hammer until it works.
I have a spreadsheet with nearly 400k lines. it's customer numbers, truck parts, their salesman, and their prices.
at a minimum what I need to do is split this file into separate tabs for each customer. this would be close to 60 tabs I'm guessing. in a perfect world I need to create a new file for each salesman(5 files) with each of their corresponding customers on separate tabs.
google hasn't been that much help, but I wonder if there's a certain function that should include in my search. I'm seeing a lot of stuff about creating/naming the sheets, but nothing about filling those sheets with the correct data.
I have a spreadsheet with nearly 400k lines. it's customer numbers, truck parts, their salesman, and their prices.
at a minimum what I need to do is split this file into separate tabs for each customer. this would be close to 60 tabs I'm guessing. in a perfect world I need to create a new file for each salesman(5 files) with each of their corresponding customers on separate tabs.
google hasn't been that much help, but I wonder if there's a certain function that should include in my search. I'm seeing a lot of stuff about creating/naming the sheets, but nothing about filling those sheets with the correct data.