View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Why is this a incorrect statement? On the surface it appears corre

On Mon, 23 Jan 2006 06:51:05 -0800, "George Furnell"
wrote:

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


Unless someone has a better idea, you'll need to post more of your code. That
single statement is valid standing alone.


--ron