Thread
:
Using Now with microseconds Excel 2003
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Using Now with microseconds Excel 2003
Dim d As Double
d = Evaluate("Now()")
Range("A1") = d
format A1 in the worksheet or in VBA to match your reqs.
--
Gary''s Student - gsnu200753
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student