convert number to minutes in vba

The solution for “convert number to minutes in vba” can be found here. The following code will assist you in solving the problem.

‘From number of minutes to 00:00 format
c.Value = format((c.Value / 1440), “hh:nn”)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts