Thread: Syntax error.
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David McNally David McNally is offline
external usenet poster
 
Posts: 1
Default Syntax error.

how does the for each cell in range synax work? I have the
following
For Each Cell In Range("I3:I9")
If Cell.Value = "" Then
'code
Next cell
which is saying that cell is empty? thanks so much