Hi,
What is the code to count the number of occurrences of a text string in a row? For example, how many times does "Item#" appear in row 10?
I already have the range to search, so logic something like:
Thanks,![]()
Count("Item#") in Range(Cells(FirstRow, FirstColumn), Cells(LastRow, LastColumn))
Lawrence
Bookmarks