Be the first user to complete this post
|
Add to List |
VBA-Excel: Date-Time Functions - Timer()
Description:
The Timer() function returns the Number of seconds and MiliSeconds since 12:00 AM.
Format:
Timer()
Example:
Function FnTimer() Dim intSeconds intSeconds = Timer MsgBox " No of seconds and MiliSeconds since 12:00 AM are-> " & intSeconds End Function

Also Read:
- VBA Excel - Cells, Ranges and Offset : Offset
- Excel-VBA : Range - Lock/Unlock Specific Cells
- VBA-Excel : 3D-Ranges – FillAcrossSheets Method
- VBA-Excel: Date-Time Functions – CDate()
- VBA-Excel : Strings Functions – Instr
- VBA-Excel: Date-Time Functions – DateSerial()
- VBA-Excel: Arrays – One Dimension, Dynamic Array
- VBA-Excel: Arrays – Multi Dimensional Array