bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
I want to store a number as text, formatted to 4 decimal places. Doing this within the spreadsheet, you can do: =text(value, "0.0000")
How can I accomplish the same thing in VBA? I'd rather just have the result and not a result with a formula in the cell.
Thanks
How can I accomplish the same thing in VBA? I'd rather just have the result and not a result with a formula in the cell.
Thanks