I am looking for a macro to copy rows from a spreadsheet and create separate worksheets based on data in Column O keeping the original spreadsheet intact.
Data in Column O isn't sorted and changes almost daily so I can't hard code anything.
Ex.
[TABLE="class: grid, width: 442"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]N[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Defect #[/TD]
[TD]Severity[/TD]
[TD]Detailed Description[/TD]
[TD]Target Date for Resolution[/TD]
[TD]Date Last Update[/TD]
[TD]Awaiting Response From[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]Information Not Populating[/TD]
[TD]6/30/2017[/TD]
[TD]Closed[/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]Information Not Populating[/TD]
[TD]7/1/2017[/TD]
[TD]7/1[/TD]
[TD]George[/TD]
[/TR]
</tbody><colgroup><col><col span="2"><col><col><col span="2"></colgroup>[/TABLE]
In this example I would like the original sheet and two additional sheets, one "Closed" and one "George" with the associated rows copied to Sheets "Closed" and "George".
I have tried my best to do this but sadly all of my attempts have ended in failure.
Can someone with much more knowledge than I have give me a hand?
Thanks
Bob
Data in Column O isn't sorted and changes almost daily so I can't hard code anything.
Ex.
[TABLE="class: grid, width: 442"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]N[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Defect #[/TD]
[TD]Severity[/TD]
[TD]Detailed Description[/TD]
[TD]Target Date for Resolution[/TD]
[TD]Date Last Update[/TD]
[TD]Awaiting Response From[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]Information Not Populating[/TD]
[TD]6/30/2017[/TD]
[TD]Closed[/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]Information Not Populating[/TD]
[TD]7/1/2017[/TD]
[TD]7/1[/TD]
[TD]George[/TD]
[/TR]
</tbody><colgroup><col><col span="2"><col><col><col span="2"></colgroup>[/TABLE]
In this example I would like the original sheet and two additional sheets, one "Closed" and one "George" with the associated rows copied to Sheets "Closed" and "George".
I have tried my best to do this but sadly all of my attempts have ended in failure.
Can someone with much more knowledge than I have give me a hand?
Thanks
Bob