bobkap
Active Member
- Joined
- Nov 22, 2009
- Messages
- 323
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
I have come to the point in my macro where I have many rows of unsorted data. Each row has a person's name. I need to create a worksheet for each person, name the worksheet their name and copy JUST their data to the sheet with their name. Data looks something like this:
Date Name1 Location1 [more columns of data]
Date2 Name2 Location2 [more columns of data]
Date Name1 Location1 [more columns of data]
Date Name1 Location1 [more columns of data]
Date3 Name2 Location3 [more columns of data]
Date Name3 Location4 [more columns of data]
etc etc
Any help our suggestions of how to handle with VBA would be greatly appreciated.
Date Name1 Location1 [more columns of data]
Date2 Name2 Location2 [more columns of data]
Date Name1 Location1 [more columns of data]
Date Name1 Location1 [more columns of data]
Date3 Name2 Location3 [more columns of data]
Date Name3 Location4 [more columns of data]
etc etc
Any help our suggestions of how to handle with VBA would be greatly appreciated.