Hello everyone,
I am trying to save an output file (*.xslx) with date and time but not able to do so.
When using formula "XXX\4april\"+TOSTRING(DateTimetoday())+"_outputfile.xlsx|sheet1", it is working fine but file getting saved as XXX2017
When using formula "XXX\4april\"+TOSTRING(DateTimenow())+"_outputfile.xlsx|sheet1", getting the below error
Unable to Open archive for zipping: XXX\4april\2017-04-07 12:55:43_outputfile.xlsx Error Opening file: \4april\2017-04-07 12:55:43_outputfile.xlsx: The filename, directory name, or volume label syntax is incorrect.
As per output file setting, I am using
- write to " \4april\outputfile.xlsx|||Sheet1"
- Output Options:Overwrite file(Remove)
- change entire file path option
Appreciate any help.
Thanks
VS