2014年1月1日 星期三

在 VBA 中 找字串 在一個變數出現次數

VBA - count substrings in string


string="ABBBBACCC"
goal=2 'number of occurances of "A"

MsgBox Len(string) - Len(Replace(string, "A", ""))


沒有留言:

張貼留言