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