Hi,
I want to write data from EXCEL to a text file.
I would like to have the file name like
Update_testfile3_systemtime.txt
I used:
Open ThisWorkbook.Path & "\Update_testfile3.txt" & systemtime & ".txt" For Output As #1
Do you have idea that which function I can use for adding systemtime (EASTERN time)in file name?
Thanks
I want to write data from EXCEL to a text file.
I would like to have the file name like
Update_testfile3_systemtime.txt
I used:
Open ThisWorkbook.Path & "\Update_testfile3.txt" & systemtime & ".txt" For Output As #1
Do you have idea that which function I can use for adding systemtime (EASTERN time)in file name?
Thanks