Thanks a lot! I was able to create a custom function using your help.
Public Function StringCount(myRange As Range) As Integer
StringCount = Application.WorksheetFunction.CountIf(myRange, "?*")
End Function
Thanks a lot! I was able to create a custom function using your help.
Public Function StringCount(myRange As Range) As Integer
StringCount = Application.WorksheetFunction.CountIf(myRange, "?*")
End Function
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks