|
|
The VBA SECOND Function
DescriptionThe VBA Second Function returns the second component of a supplied time. The syntax of the function is:
Second( time )
ExampleA simple example of the VBA Second function is shown below:
After running the above snippet of VBA code, the variable 'SecNum' holds the value 33, which is the second component of the supplied time "17:56:33". |
|||
|
|
Copyright © 2008-2011 ExcelFunctions.net |