|
|
The VBA DATE Function
DescriptionThe VBA Date Function simply returns the current date. The function takes no parameters and therefore, its format is:
Date()
ExampleA simple example of the VBA Date function is shown below:
After running the above snippet of VBA code, the variable 'CurrDate' is set to the current date. |
|||
|
|
Copyright © 2008-2011 ExcelFunctions.net |