What Is Data Type
What Is Data Type
numeric
string
Boolean
date
Object
Numeric Variables:- Numbers in which decimal point is not used
are called Integer numbers. This includes data types that store
numbers. These are used to perform mathematical operations. It
includes the following data types-
4.Date:- This data type is used to store date and time. In this, #
character is used to store date or time.
Dim an As Date
a = #1/4/2005#