Thread
:
What's the vba code equivalent for Countif
View Single Post
#
1
Posted to microsoft.public.excel.misc
NDBC
external usenet poster
Posts: 204
What's the vba code equivalent for Countif
I tried using the foloowing code
Onlap = CountIf(Worksheets("A Grade").Range("I5:I104"), L)
and it says that countif is an undefined sub or function. What is the
correct
VB
code in 2003 to count the number of times a number occurs in a
range.
Thanks
Reply With Quote
NDBC
View Public Profile
Find all posts by NDBC