Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to create some vba code to delete any rows that match a
specific criteria plus any null rows below that row. See below for some sample data: column f column g xxx-xx-xxx SOLTAX EARNINGS NO 1 SOLTAX EARNINGS NO 2 GROUP TOTALS SOLTAX EARNINGS NO 1 SOLTAX EARNINGS NO 2 xxx-xx-xxx INCENTIVE PAYMENTS YTD EXCLUDED FROM FICA-HI YTD So, I would want to delete any row with the criteria, "GROUP TOTALS" in column f plus any row(s) below the GROUP TOTALS row that has a null in column f. It would do this until it reached the bottom of the overall data. In this example, there would be 2 rows that need to be deleted - The GROUP TOTALS row and the row immediately below it, but there could be a variable number of blank rows below the GROUP TOTALS row. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vba code to delete null rows after criteria found | Excel Programming | |||
Code help, delete rows based on column criteria | Excel Discussion (Misc queries) | |||
Further help on delete criteria found | Excel Programming | |||
Further help on delete criteria found | Excel Programming | |||
Further help on delete criteria found | Excel Programming |