Is it possible to get cell's value with it's numberformat, using VBA?
For example, the cell A1 has a value of 10. But the cell shows 10.0. Is it possible to retrieve what it shows on the cell rather than the value of the cell?
This is simply done by, e.g.
Debug.Print Range("A1").Text