QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> Date datatype in VBA
Full Version:
Date datatype in VBA
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
07-26-2023, 08:26 PM
Description:
Used to store date and time values.
Example:
Dim today As Date
today = Date
QP School
>
Tutorials
>
Excel VBA Tutorials
> Date datatype in VBA