Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I subtotaled a list of approx 19,000 values. I want to delete the previous
values, and leave only the subtotal lines behind. I am sure there is a command line that allows us to do this, rather than cutting and pasting for an hour and a half. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alaphas,
You will need to distinguish the subtotal rows somehow, then create a FOR NEXT Loop in VBA that will go through the Rows starting at the top towards the bottom, looking for that distinguishing mark and deleting those rows that do not have it. Alex. A "Alaphas" wrote: I subtotaled a list of approx 19,000 values. I want to delete the previous values, and leave only the subtotal lines behind. I am sure there is a command line that allows us to do this, rather than cutting and pasting for an hour and a half. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If it is 19000 rows I am guessing you used Data - Subtotals? If so then this
is not too bad. Colapse the subtotals to show only the rows you want to see. Now you need to select only the visible cells to copy. F5 - Special Cells - Visible Cells Only Now Copy Ctrl + V go to a new sheet and paste special - Values HTH Jim Thomlinson "Alaphas" wrote: I subtotaled a list of approx 19,000 values. I want to delete the previous values, and leave only the subtotal lines behind. I am sure there is a command line that allows us to do this, rather than cutting and pasting for an hour and a half. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find and copy rows based on specific criteria? | New Users to Excel | |||
How can I delete rows programmatically based on certain criteria? | New Users to Excel | |||
Delete rows if specific criteria not met. | Excel Worksheet Functions | |||
Delete rows based on criteria | Excel Discussion (Misc queries) | |||
Delete rows based on certain criteria | Excel Discussion (Misc queries) |