Hi,
On google I found a few methods for this which require to copy paste to another worksheet etc, but was wondering if there is an easier way to perform what I am trying to do.
I have a table called "Invoices" which has a column called "Status" (Column 14). What I need done, is a macro that will create an entirely new workbook in the file destination that I will set for it, and name the workbook a specific value (which I would define in a worksheet cell, in a worksheet called "Macro Helper"), and that new worksheet would have a table also called "Invoices", but it would have only pulled rows in which the status column value is "Approved".
additionally, on the main "Invoices" table, all the rows that have been extracted would now have "Complete" in the "Status" Column, so that next time a new report is generated, it would not extract them again since they no longer say "Approved". (on the extracted workbook they should also say "complete", which I hope doesnt confuse things.)
could anyone help me out with this?
On google I found a few methods for this which require to copy paste to another worksheet etc, but was wondering if there is an easier way to perform what I am trying to do.
I have a table called "Invoices" which has a column called "Status" (Column 14). What I need done, is a macro that will create an entirely new workbook in the file destination that I will set for it, and name the workbook a specific value (which I would define in a worksheet cell, in a worksheet called "Macro Helper"), and that new worksheet would have a table also called "Invoices", but it would have only pulled rows in which the status column value is "Approved".
additionally, on the main "Invoices" table, all the rows that have been extracted would now have "Complete" in the "Status" Column, so that next time a new report is generated, it would not extract them again since they no longer say "Approved". (on the extracted workbook they should also say "complete", which I hope doesnt confuse things.)
could anyone help me out with this?