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 does this statement give an error message?

Good day,
Could you explain to me why the statement below should produce an error
message "VALUE!"

Range("M5").Value = 5

Thank you

George