Thread: Value or Text
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Value or Text

Hi Clara,

The 'text' value is what is displayed in the cell whereas the 'value' is the
value behind what is displayed.

as an example put the number 1.4999999 in a cell with the cell formatted to
2 decomal places.

the value = 1.49
the text = is 1.5

Mike

Mike
"clara" wrote:

Hi all,

object range has value and text property, which is different between them?

Clara
--
thank you so much for your help