Thread: error -1.#IND
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Brown Martin Brown is offline
external usenet poster
 
Posts: 230
Default error -1.#IND

Adax wrote:
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