G
Guest
Dim Thisdate, ThisMonth as date
ThisDate = #11/15/2004#
MsgBox ThisDate
ThisMonth = Month(ThisDate)
Is there a problem using the "Month" function in VBA code? Why do I get the
error message "Object doesn't support this property or Method" for the
"Month" function shown above?
Thanks for your help.
ThisDate = #11/15/2004#
MsgBox ThisDate
ThisMonth = Month(ThisDate)
Is there a problem using the "Month" function in VBA code? Why do I get the
error message "Object doesn't support this property or Method" for the
"Month" function shown above?
Thanks for your help.