depends on data type
if you want a string, use .TEXT. If you want a value, use .VALUE.
There is a more subtle difference however in that .TEXT will return what you SEE in the cell. .VALUE will return the actual value so
10.2543, formatted to 2dp in the cell to look like 10.25
.TEXT will give you 10.25
.VALUE will give you 10.2543
Rgds, Geoff
Three things are certain. Death, taxes and lost data. DPlank is to blame
Please read FAQ222-2244 before you ask a question