I am trying to display milliseconds in an Excel macro. I have a column of integers which are timestamps in milliseconds (e.g. 28095200 is 7:48:15.200 am), and I want to mak
I did this in Excel 2000.
This statement should be: ms = Round(temp - Int(temp), 3) * 1000
ms = Round(temp - Int(temp), 3) * 1000
You need to create a custom format for the result cell of [h]:mm:ss.000
[h]:mm:ss.000