Public Sub SaveLogFile(LocalFile As String)
On Error Resume Next
Open LocalFile For Output As #1
Print #1, txt1
Close #1
End Sub
Save Log VB6 Code
Code:
0 comments:
Post a Comment