Private Sub Command1_Click()
Dim i As Integer, j As Long
j = 123456789
i = Len(CStr(j))
MsgBox i
End Sub
Dim i As Integer, j As Long
j = 123456789
i = Len(CStr(j))
MsgBox i
End Sub
2015-10-31 19:03
2015-10-31 19:13