D
Dave Peterson
Option Explicit
Sub testme()
MsgBox Now
MsgBox Date
MsgBox Format(Now, "hh:mm:ss")
End Sub
Raj wrote:
Sub testme()
MsgBox Now
MsgBox Date
MsgBox Format(Now, "hh:mm:ss")
End Sub
Raj wrote: