This code create a file with a actual date name
This code create a file with a actual date name
Rate This code create a file with a actual date name
(1(1 Vote))
Open ("c:\" & FldDate & ".txt") For Output As #1
Print #1, "Whatever you want to print"
Close #1
This code create a file with a actual date name Comments
No comments yet — be the first to post one!
Post a Comment