cassidybklyn
Programmer
Hello everyone.
I generated an excel spreadsheet from vb and saved it to my local drive, but I want to append today's date and time to the file:
example:
xlWbk.SaveAs("myspreadsheet_05/09/2007_00:00:00.xls")
The next time I generate this same spreadsheet, I do not want to overlay the previous one; I want to save it also, and so on......
What vb6 code can I use to get this done.
Thanks.
C.
I generated an excel spreadsheet from vb and saved it to my local drive, but I want to append today's date and time to the file:
example:
xlWbk.SaveAs("myspreadsheet_05/09/2007_00:00:00.xls")
The next time I generate this same spreadsheet, I do not want to overlay the previous one; I want to save it also, and so on......
What vb6 code can I use to get this done.
Thanks.
C.