Thread
:
Syntax error.
View Single Post
#
1
Posted to microsoft.public.excel.programming
David McNally
external usenet poster
Posts: 1
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
Reply With Quote
David McNally
View Public Profile
Find all posts by David McNally