open for append
Hi,
I use follow code for append date in file "date.txt":
Open ThisWorkbook.Path & "\date.txt" For Append As #1
Print #1, Now
Close #1
VBA append each date in next below row.
How append date (now) always in the first row, that is
early date will be in follow rows.
Please me resolve this problem.
Kindly regards
Mark
|