I want to pause for a value < of 1 sec

this is my routine for 1 sec
Sub Macro1()
Range("C15").Se lect
ActiveCell.Form ulaR1C1 = "12"
Range("E26").Se lect
Application.Wai t (Now + TimeValue("0:00 :01"))
End Sub


I tried with "0:00:00:10 " arguments (to set the pause to 1/10 seconds)
Application.Wai t (Now...