View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Excelenator[_48_] Excelenator[_48_] is offline
external usenet poster
 
Posts: 1
Default For each....that is not blank


Code:
--------------------
For Each c In Sheets("Inventory").Range("B2:B12")
If c.value < "" Then
-your code here-
End if
Next c

--------------------


--
Excelenator


------------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
View this thread: http://www.excelforum.com/showthread...hreadid=572257