OK - in column D I have 10 numbers range d1 thru d10
say like this:
2
3
4
0
8
0
7
8
0
0
All I want to do is write some code that will find all the cells that have zeros in them (which in this example is 4), and delete the entire row. (as if i did selection.entirerow.delete, or went to Edit > Delete > Entire row.
This is easy, so why can't i figure it out? Every thing i've tried hasn't worked. I'm relatively new at coding, and I think the problem is that I still have yet to really understand the object model
Would somebody be able to supply me with sample code that works. I'd be very grateful.
SteveC.
say like this:
2
3
4
0
8
0
7
8
0
0
All I want to do is write some code that will find all the cells that have zeros in them (which in this example is 4), and delete the entire row. (as if i did selection.entirerow.delete, or went to Edit > Delete > Entire row.
This is easy, so why can't i figure it out? Every thing i've tried hasn't worked. I'm relatively new at coding, and I think the problem is that I still have yet to really understand the object model
Would somebody be able to supply me with sample code that works. I'd be very grateful.
SteveC.