N
nano
I am assuming that the following question has a simple solution, howeve
I haven't found the answer after quickly searching the forum and a VB
book.
I would like to truncate the cell value in the following manner:
25.7873 to 25.787
My understanding of the truncate function is that it will truncate th
value to 25 and I have tried formatting the number with the following:
Selection.NumberFormat = "#.##0"
The NumberFormat only altered the displayed number, not the value o
the number. How can I easily accomplish this.
Thanks in advance,
Bruc
I haven't found the answer after quickly searching the forum and a VB
book.
I would like to truncate the cell value in the following manner:
25.7873 to 25.787
My understanding of the truncate function is that it will truncate th
value to 25 and I have tried formatting the number with the following:
Selection.NumberFormat = "#.##0"
The NumberFormat only altered the displayed number, not the value o
the number. How can I easily accomplish this.
Thanks in advance,
Bruc