Thread
:
For Each Row in Named Range
View Single Post
#
1
Posted to microsoft.public.excel.programming
wpiet
external usenet poster
Posts: 23
For Each Row in Named Range
What is the simplest syntax to use to accomplish the following?:
For Each Row in [NamedRange]
If the value in column B = 1 and the value in column D <= [SomeValue] Then
..
..
..
End If
Next Row
Thanks,
--
Will
Reply With Quote
wpiet
View Public Profile
Find all posts by wpiet