Display milliseconds in Excel

后端 未结 4 1420
深忆病人
深忆病人 2020-12-01 05:18

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

4条回答
  •  借酒劲吻你
    2020-12-01 05:30

    I've discovered in Excel 2007, if the results are a Table from an embedded query, the ss.000 does not work. I can paste the query results (from SQL Server Management Studio), and format the time just fine. But when I embed the query as a Data Connection in Excel, the format always gives .000 as the milliseconds.

提交回复
热议问题