Move data from one sheet to another and export
Hello -
I am trying to create a macro that will essentially move data from one tab to another tab (which creates a report on yet another tab) and export those results.
I get a file that lists products that were purchased by vendor, and there are multiple vendors per file. I have the macro that will split that file out by vendor, each to its own sheet, but I am curious if there is a way to move the information each sheet one by one to the tab (we'll call it "input") that creates the report (on the "report" tab) and export each "report" one by one.
I kind of have an idea, but I can't get it down to where it'll begin to work.