Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK so I have an autofilter array like so
Adam A Brad A Charlie B Sandra A Anyway what I do in my macro is select all the A's from the autosort. What I want to do is paste all the names with A's next to them into a report on another worksheet. This report can only fit twelve peoples names to a page. How do I select the first 12 names, then the second twelve names etc. (given that they must be A's). --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe you could paste all the names of the people with A's in a temporary
worksheet. Then loop through that list 12 at a time. "shawb <" wrote: OK so I have an autofilter array like so Adam A Brad A Charlie B Sandra A Anyway what I do in my macro is select all the A's from the autosort. What I want to do is paste all the names with A's next to them into a report on another worksheet. This report can only fit twelve peoples names to a page. How do I select the first 12 names, then the second twelve names etc. (given that they must be A's). --- Message posted from http://www.ExcelForum.com/ -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - change shading when selecting groups of cells | Excel Discussion (Misc queries) | |||
sort by groups in excel | Excel Discussion (Misc queries) | |||
Sort Groups of Cells | Excel Worksheet Functions | |||
How can I sort in groups of 3 rows? | Excel Worksheet Functions | |||
selecting cell groups and locking up | Excel Discussion (Misc queries) |