06/12/08 21:18:09
>>スレリンク(tech板:548番)
ElseIf以降の内容が
ログ左右桁揃え = " " & b
と全部同じなんだけど、誤記?それとも、仕様?
>>スレリンク(tech板:546番)
Dim Fso As Object
Dim FsoTS As Object
Set Fso = CreateObject("Scripting.FileSystemObject")
Set FsoTS = Fso.CreateTextFile(App.Path & "\" & Text1.Text, True)
FsoTS.Close
Set FsoTS = Nothing
Set Fso = Nothing