is there a method in vba to count a specific character in a string, such as a comma ... ? I use Len, Left, Right, Mid methods all the time to manipulate strings but offhand can't think of a method for counting a unique character;......or would one have to build a custom loop?