This works and shows more than 255 characters in the message box. Sub TestStrLength() Dim s As String Dim i As Integer s = "" For i = 1 To 500 s = s ...
確定! 回上一頁