Hi All,
i am looking for VBA code for below mentioned criteria
Column "A1" to column "E1" i have data ... i need find out the
"#N/A" and "Zero" in that list and delete.
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>
</tbody>
Thanks,
Vangoori.
i am looking for VBA code for below mentioned criteria
Column "A1" to column "E1" i have data ... i need find out the
"#N/A" and "Zero" in that list and delete.
A | B | C | D | E |
1 | #N/A | 251 | 0 | 45 |
2 | 3 | 0 | #N/A | 245 |
2 | 2 | 23 | 123 | 0 |
2 | 5 | 245 | 125 | 2 |
#N/A | 5 | 2 | 45 | 24 |
0 | 3 | #N/A | 24 | #N/A |
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>
</tbody>
Thanks,
Vangoori.