Vba Functions in As2005
Vba Functions in As2005
Date No
DateAdd No Returns a Date value containing
a date and time value to which a
specified time interval has been
added.
DateValue No
Returns a Date value
containing the date
information represented by
a string, with the time
information set to midnight
(00:00:00).
Day No Returns an Integer value from 1
through 31 representing the day
of the month.
Trim No
Returns a string containing
a copy of a specified string
with no leading spaces
(LTrim), no trailing spaces
(RTrim), or no leading or
trailing spaces (Trim).
TypeName No Returns a String value
containing data type information
about a variable.
UCase No
Returns a string or character
containing the specified
string converted to
uppercase.
Val No Returns the numbers contained
in a string as a numeric value of
appropriate type