Hi Everyone,
When I want to save the file in Unicode text format as .xlsx, it is created as file_name.xls. How can I save without extension?
Hi Everyone,
When I want to save the file in Unicode text format as .xlsx, it is created as file_name.xls. How can I save without extension?
The name you gave is fullpath
Instead give currentfile.name.split("."c).First
Also I believe name has .xls but if you check extension in properties it would be xlsx
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.