Thread
:
count with a range
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 32
count with a range
Hello John,
you can make a for each loop und test if the value is y or n.
For each vItem in myrng
if vItem = "y" then count = count +1
next vItem
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]