PDA

View Full Version : Number help



ksilenio
11-29-2019, 03:00 PM
Hi to anyone .Can anyone to tell me how can transform this form number (25512 to a normal number?
Thank you for your time

Kenneth Hobs
11-29-2019, 04:56 PM
If you mean get the number value then use Val().

snb
12-01-2019, 09:55 AM
Sub M_snb()
c00 = "6,999999932E-02"
MsgBox CDbl(c00)
MsgBox Format(CDbl(c00))

labdiffer.caption=format(cdbl(exactcal))
End Sub