will someone please take another look at this
Posted by cw on March 29, 2001 12:17 PM
: I am trying to select the next empty cell after a simple sum function is performed and then continue on with some delete functions I have. You can follow along in the code to see exactly where I am off a bit. **
Does not work because I want to delete ALL cells after my last row with populated cells. I don't want to delete something I just put on the sheet.
something like this:
100
100
sum(a1:a2) 200
DELETE ALL CELLS IN THIS ROW AND BELOW.