View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LoveCandle[_15_] LoveCandle[_15_] is offline
external usenet poster
 
Posts: 1
Default Selection of several records


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

--
LoveCandl
-----------------------------------------------------------------------
LoveCandle's Profile: http://www.excelforum.com/member.php...fo&userid=2861
View this thread: http://www.excelforum.com/showthread.php?threadid=48715