Is there a way to use VBA (excel) to generate a clock time with accuracy to a tenth of a second or less?
eg:
Sub test()
MsgBox Format(Time, "hh:mm:ss???") 'not sure what this format should be...
End Sub
以上就是VBA - show clock time with accuracy of less than a second的详细内容,更多请关注web前端其它相关文章!