View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jennifer Jennifer is offline
external usenet poster
 
Posts: 385
Default Count if in VBA

Thanks toppers!

"Toppers" wrote:

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!