Excel Date & Time Functions


Sub Time_Now()
Dim s As String
s = Now()
Cells(1, 1) = s
End Sub

Comments

Popular posts from this blog

50 Excel VBA Oral Interview Questions