View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bernd P Bernd P is offline
external usenet poster
 
Posts: 806
Default Symbol # after numbers

Hello,

Its just telling VBA that the constant is of type double so it does
not need to get casted (VBA will never get irritated :-)

# -- Double
% -- Integer
& -- Long
@ -- Currency
! -- Single
$ -- String

[found in the web]

Regards,
Bernd