P
Peter Morris
what's a function I can use in VB to count the
number of times a particular string occurs in
a named range of cells?
number of times a particular string occurs in
a named range of cells?
Bob Phillips said:Application.Countif(Range("myRange"),"string")
as an example
Tom Ogilvy said:Application.Countif(Range("myRange"),"*string*)
Application.CountA(range("MyRange"))