Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'm trying to write a macro that will delete an entire row if the value
of the cell in column B of that row is 0. In this case, the number format is set to display zeros as dashes. I'm not sure if that would make a difference in the way the macro is written. Anyway, I've tried the following with no success. Can anyone tell me where I'm going wrong? Range("b:b").SpecialCells(xlCellTypeAllFormatCondi tions, 0).EntireRow.Delete I'm very new to VBA so I might be totally offbase with this to begin with. Thanks in advance for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to delete entire page 2 so document shows as 1 page only | New Users to Excel | |||
Need to delete last value in column but not delete entire row | Excel Programming | |||
CANNOT DELETE AN ENTIRE COLUMN | Excel Discussion (Misc queries) | |||
Find Column heading and then Delete entire column | Excel Programming | |||
Entire Column Delete | Excel Programming |