Hi all,

Of these three lines of Syntax:
What is the difference from Serial vs Value?
What are the differencs in preformance?
Which is better and why?

Application.Wait Now + TimeValue("00:00:10")

Application.Wait Now + TimeSerial(0, 0, 10)

Application.Wait TimeSerial(Hour(Now()), Minute(Now()), Second(Now()) + 10)