Thread: select a range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hotherps[_126_] hotherps[_126_] is offline
external usenet poster
 
Posts: 1
Default select a range

Is there anyway that I can apply this statement to the 1st to the 42n
cell without a for next loop?

And .Cells(x, y).Offset(0, 1) < "IND" _

As you can see it checks to see if the value = "IND" in the first cell
I also want to check the next 41 cells in that row for the sam
criteria.

So I want to see if "IND" is anywhere between 1 and 42

Thank

--
Message posted from http://www.ExcelForum.com