Thread: Count if in VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default 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!