good afternoon, I would like to add to the name of my excel, which is: “Final Result_16_10_2019”, put the time in which it was executed or finished and that the result is this or something similar “Final Result_16_10_2019_11: 35am”, and used the " excel application scope “putting this term” Final Result “+” _ “+ Now.ToString (” dd_MM_yyyy “) +”. xlsx ", what can I do?
Hi @borismh
Use Write Range as “Final Result_”+“_”+Now.ToString(“dd_mm_yyyy”)+“.xlsx”
Thanks
ashwin S
that result and used
Apart from that result, I want it to also generate the time in which I start or end: “Result_16_10_2019_11: 35am”
so I want it to come out
How can it be done?
that result and used
Apart from that result, I want it to also generate the time in which I start or end: “Result_16_10_2019_11: 35am”
so I want it to come out
How can it be done?
Hi @borismh
Check this
Use Write Range as “Final Result_”+“_”+Now.ToString(“dd_mm_yyyy hh:mm:ss tt”)+“.xlsx”
Th@nks
@shwin S
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.