You can easily split the string into an array of characters in VBA. The method is simple. The Macro. Option Explicit Sub splitArray() Dim str As String str = " ...
確定! 回上一頁