_pjflo
March 20, 2023, 6:02pm
1
Hello,
I am trying to write a datetime with a format MMMM yyyy to a cell, but 44986 value is being written instead. I tried changing the cell’s number format before running the robot but it’s still giving me the same output.
How can this be fixed?
Thanks a lot!
Anil_G
(Anil Gorthi)
March 20, 2023, 6:05pm
2
@_pjflo
can you try formatting the cell as text or date format please
Alternately before writing you can append single quote and then write "'" + value
cheers
1 Like
Try formatting the cell as text in excel
Select the cell or cells that you want to format as text.
Right-click on the selected cell or cells, and select “Format Cells” from the context menu.
In the “Format Cells” dialog box, select “Text” as the category in the “Number” tab.
Click “OK” to apply the formatting to the selected cells.
_pjflo
March 21, 2023, 8:59pm
4
Thanks a lot for your help!
1 Like
_pjflo
March 21, 2023, 9:00pm
5
Thank you very much! It worked.
system
(system)
Closed
March 24, 2023, 9:00pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.