show unix time in vba

The solution for “show unix time in vba” can be found here. The following code will assist you in solving the problem.

Split((DateDiff(“s”, “01/01/1970”, Date) + Timer) * 1000, “.”)(0)

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

More questions on [categories-list]

Similar Posts