Notasi Hash VBA
'The type-declaration character for Double is the number sign (#),
'also called HASH
'Other type declaration characters are:
'Integer %
'Long &
'Currency @
'Single !
'Double #
'String $
Juan Blas Carelli