I'm simply curious about the difference between:
expiration = "01/17/08 15:22:00 PM"
and
expiration = #01/17/08 15:22:00 PM#
where 'expiration' is defined as:
Dim expiration As Date
I know the pound signs indicate a value of type 'Date', but apparently assigning it as a string works as well. The book I have doesn't elaborate on the difference. Thank you.


