I have created an array as range of cells that contains numbers and text. One column is called PolicyNumber. There are values as:
11/2007
8/2006
12/2005
etc.
If I want to copy the cells from the array back to the sheet it returns not values 11/2007, 8/2006, 12/2005, etc, however it returns the result of calculation
11/2007 = 0.00548
8/2006 = 0.003988
12/2005 = 0.00598
etc.
I have tried
- Formatted the values
PolicyNumberas text before created the array; - Split the
PolicyNumberonto two cells and than put them back; - When exported the values from the array used function format, cstr.
I hope that it is clear to understand the problem.