Hi,
In fact my question is: what does the symbol # means in VBA? (but I couldn't put the # in the subject of my message :p )
I'm trying to understand someone's code... at some point he wrote:
sum_LU_Area = 0#
I thought that the # was used to declare a constant but I'm not too sure because in his code earlier he declared
Public sum_LU_Area As Double
Beside, sum_LU_Area is calculated somewhere further in the program. So I don't understand.
Any idea ?
Thank you