Hello,
I have selected a particular range in excel which is dynamic. After applying the formula to it is automatically getting converted to date format. I want to change it to general format without using hotkeys. i have already tried using hotkeys it works only when the excel workbook is visible. Someone please provide an alternate solution.
Thank you.
1 Like
AshwinS2
(Ashwin S)
October 13, 2019, 7:22am
2
hi @Jagadesh2494
Use int var=cint(row(“DtNec” ).ToString)
Thanks
ashwin S
Hi,
Could you please share the workflow?
Hi,
Am getting the below error. when i run that code
May I know what is that formula
Cheers @Jagadesh2494
AkshaySandhu
(AkshaySingh Sandhu)
October 13, 2019, 8:28am
7
Hello @Jagadesh2494 you also try below VBScript
use Invoke VBScript activity
you can change the file name and column range according to your needs…
Make sure to change file extension to .vbs after downloading…
ChangeFormat.json (826 Bytes)
=today()-J2-1
Note : I applied this formula in cell K2 using write cell activity
Sorry i couldn’t open the file even after changing it to.vbs. Could you please share the work flow
Hi guys,
I got the solution. thanks for your input friends
1 Like
Great
Cheers @Jagadesh2494
AkshaySandhu
(AkshaySingh Sandhu)
October 13, 2019, 9:21am
12
That’s great…
if possible can you tell us your solution
I used this code in the invoke VBA method.
1 Like