Thread
:
Count if in VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Toppers
external usenet poster
Posts: 4,339
Count if in VBA
n = Application.CountIf(Range("K:K"), "Check Record")
"jennifer" wrote:
I would like to count the cells with "Check Record" in col K in VBA code.
Help?
Thanks!
Reply With Quote
Toppers
View Public Profile
Find all posts by Toppers