Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Last active March 5, 2018 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuongAQ/73cd994e498e3ed4184e480b7f07477f to your computer and use it in GitHub Desktop.
Save DuongAQ/73cd994e498e3ed4184e480b7f07477f to your computer and use it in GitHub Desktop.
Sub Time_03() 'Xác định thời gian thực hiện câu lệnh
Dim t As Date
t=Now() 'Thời gian bắt đầu câu lệnh
'Nội dung câu lệnh đặt tại đây
'Xác định thời gian thực hiện câu lệnh
MsgBox Format(Now() - t, "hh:mm:ss")
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment