F
fred
the code i use is:
The code i have is great, but i
thought it would only delete a row if EVERY cell after D
was empty. I do have some cells however which
are filled to D, then some blank, then the rest
filled. What the current code does tho is delete the
inbetween gaps, and move the information up from below so
that the row that genuinely has less information is now
fully populated and therefore now wrong.
To summarise then, i need to delete any
cells as per the current code, but not if there is a gap G-
O(inclusive) because a few entries have less information
than others. Is that feasible?
The code i have is great, but i
thought it would only delete a row if EVERY cell after D
was empty. I do have some cells however which
are filled to D, then some blank, then the rest
filled. What the current code does tho is delete the
inbetween gaps, and move the information up from below so
that the row that genuinely has less information is now
fully populated and therefore now wrong.
To summarise then, i need to delete any
cells as per the current code, but not if there is a gap G-
O(inclusive) because a few entries have less information
than others. Is that feasible?