View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
George Furnell[_2_] George Furnell[_2_] is offline
external usenet poster
 
Posts: 18
Default Why is this a incorrect statement? On the surface it appears corre

The following statement causes an error message, but it appears (to me) to be
ok.

The statement is Range("A1").Value = 5, and the error message is "A value
used in the formula is of the wrong data type"

Please assist.

George