[算表] VBA變數字元限制

作者: home0303 (Blue night)   2020-04-02 15:55:37
軟體:EXCEL
版本:2010
自訂一個函數
Function CountStr(範圍, 字串)
For Each cell In 範圍
過渡 = (Len(cell) - Len(Application.Substitute(cell, 字串, ""))) / Len(字串)
CountStr = CountStr + 過渡
Next
End Function
這個函數目的是要回傳儲存格內有幾個指定的字串
原本使用好好的 最近發現 當儲存格的字元 >=256 時 函數會錯誤
請問我該在哪邊做什麼宣告 來解決這個問題呢
謝謝
作者: soyoso (我是耀宗)   2020-04-02 16:03:00
aplication.substitute(..)改為replace(...)
作者: home0303 (Blue night)   2020-04-02 16:39:00
驚 謝謝S大

Links booklink

Contact Us: admin [ a t ] ucptt.com