error -1.#IND

M

Martin Brown

Adax said:
Hello, one of number has i VBA code value -1.#IND. What mean it?

Indeterminate.

Result cannot be represented in a floating point register.
Most likely the result of 0/0, sqrt(-1) or similar.

Regards,
Martin Brown
 
Top