Sub Sample() Dim a As Long a = FileLen("C:\Windows\Win.ini") MsgBox Format(a, "#,###") & "バイト" End Sub