Hi
In VBA a cell has both a value and a text property - the value is the behind-the-scenes value stored in the cell and the text is the displayed text. eg if you format a cell as a date and enter today's date, the cell's value would be 40878 and the cell's text would be something like "12/01/2011"
So I want to know if there's a worksheet function that will return a cell's displayed text rather than its underlying value.
Any help would be much appreciated!
thanks
Bookmarks