HI,
We have a macro which is being used for converting the xls files to csv files., I need to change the output filenames of the generated .csv.. right now it is generating the filenames as tabname_timestamp for all the tabs present in the xls.
But I am looking for the below naming convention..if my xls name is SEP012011_DollarU_load.xls which has tabs like Monthly , weekly, the macro should generate the files as
SEP012011_DollarU_load.xls_Monthly
SEP012011_DollarU_load.xls_weekly
below is the piece of code which I tried to modify for the above outcome.., but i was not able to even compile the code
And below is the macro which we are using .Please tell me how to add the xls name in the tempname variable so that the macro will generate the file formats as mentioned above.
Best REgards
Bookmarks