vb Code: Public Function RemoveXtraSpaces(strVal As String) As String. Do While InStr(1, strVal, " "). strVal = Replace ...
確定! 回上一頁