Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe
Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Append...
Rate Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe
(2(2 Vote))
Open CurDir() & "\backupFiles.log" For Append As #1
Print #1, "You Back up your files at:", Chr(9), Date, Time
Close #1
Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe Comments
No comments yet — be the first to post one!
Post a Comment