L
LoveCandle
Hi everybody,
I have this code which works on selecting the filled records startin
from the seventh row >>
It is working properly, but the problem with it is that it selects al
filled records even those which have zero value.
So, I would like you please to edit it to select records that hav
value greater than zero only.
Code
-------------------
Sub Select_Range()
[A7:J7].Select
Range(Selection, Selection.End(xlDown)).Select
End Su
-------------------
I hope that my question is clear for all,
Thank you sooooooo mcuh
I have this code which works on selecting the filled records startin
from the seventh row >>
It is working properly, but the problem with it is that it selects al
filled records even those which have zero value.
So, I would like you please to edit it to select records that hav
value greater than zero only.
Code
-------------------
Sub Select_Range()
[A7:J7].Select
Range(Selection, Selection.End(xlDown)).Select
End Su
-------------------
I hope that my question is clear for all,
Thank you sooooooo mcuh