Copy specific data to a new sheet and save it
Closed
SCorp
-
Nov 10, 2011 at 10:57 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Dec 1, 2011 at 07:13 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Dec 1, 2011 at 07:13 AM
Related:
- Copy specific data to a new sheet and save it
- Save as pdf office 2007 - Download - Other
- Google sheet right to left - Guide
- How to find specific words on a page - Guide
- Windows network commands cheat sheet - Guide
- Tmobile data check - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Dec 1, 2011 at 07:13 AM
Dec 1, 2011 at 07:13 AM
this is how i would approach
1. create a unique list of values of group name in a new temp sheet
2. set filter on the actual sheet
3. loop thru each value from the temp sheet and filter the actual sheet on that.
4. copy the visible row in a new workbook and save it with the name
see this
https://ccm.net/forum/affich-258700-interesting-question-for-excel-champions
this was copying in a new sheet. you want new book. so modify accordingly
1. create a unique list of values of group name in a new temp sheet
2. set filter on the actual sheet
3. loop thru each value from the temp sheet and filter the actual sheet on that.
4. copy the visible row in a new workbook and save it with the name
see this
https://ccm.net/forum/affich-258700-interesting-question-for-excel-champions
this was copying in a new sheet. you want new book. so modify accordingly