Hi all.
I have a Jscript which exports the data to a .Csv file....When i run the code for the second time the contents of the first .Csv were getting overwritten.
Is it possible to export the data to separate Sheets in the same workbook.
Thank u
I have a Jscript which exports the data to a .Csv file....When i run the code for the second time the contents of the first .Csv were getting overwritten.
Code:
ExportFileName = "Report.csv";
{SB.Export( ExportFile );
Is it possible to export the data to separate Sheets in the same workbook.
Thank u