Is there a way to count the number of times a particular character is found in a string. I tried to treat the string as an array and VBA would not let me. I could use the Mid function on one character at a time and do a compare, but that seems kind of gross.
Is there any other way?
Is there any other way?