Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
i am using the following code to delete the complete row:
Range("B:B").Select Selection.AutoFilter Field:=1, Criteria1:="0" On Error GoTo line1 With Sheet1.Range("b:b") Cells.SpecialCells(xlCellTypeVisible).EntireRow.De lete End With line1: what i need is to delete only columns a:g (not the entire row) if the value in column b = 0. any help is appreciated. jat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete Columns | New Users to Excel | |||
merge text from 2 columns into 1 then delete the old 2 columns | Excel Worksheet Functions | |||
Can't delete columns | Excel Discussion (Misc queries) | |||
I can't delete columns - help! | Excel Worksheet Functions | |||
Delete Columns not Containing Certain Text | Excel Worksheet Functions |