New to VBA. Thanks ahead of time for any help.
I have a workbook with one sheet. Data from columns A to X. What I'm looking for is a macro that will move a row of data to separate sheet based off the value in column M and delete from original sheet.
Example: If "Person" in M:M, create sheet named "Person" and cut and paste row into that sheet. If "Company" in M:M, create sheet named "Company" and cut and paste row into that sheet. If "Fin Company" in M:M, create sheet named "Fin company" and cut and paste row into that sheet. If none of those things leave row(s) on Sheet1. Thanks again.
I have a workbook with one sheet. Data from columns A to X. What I'm looking for is a macro that will move a row of data to separate sheet based off the value in column M and delete from original sheet.
Example: If "Person" in M:M, create sheet named "Person" and cut and paste row into that sheet. If "Company" in M:M, create sheet named "Company" and cut and paste row into that sheet. If "Fin Company" in M:M, create sheet named "Fin company" and cut and paste row into that sheet. If none of those things leave row(s) on Sheet1. Thanks again.