i am trying to convert a time value that is currently in minutes to hours and minutes without luck so far.
This is the calculation for the initial value in minutes:
=DateDiff("n",[TxtDateRO],[TxtDateDel])
when i try to format into hh:nn i just get 00:00. The code i used is shown below...