Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
how to recalculate text cell value after formating cell to numer? .... cmd.CommandText ="select money(text value), money2(text value), money3(text value) from money" .... xlWs.Cells(1, 1).CopyFromRecordset(rs) xlWs.Columns("A:A").NumberFormat = "0.00" .... After executing values at cell looking like text(1.89898) but cell formating is numer. After clicking the cell value changing to numer(1.9) and you can count total money values. Is the is any way to recalculate/change cells to be number? --D. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text with a numeric funtion | Excel Discussion (Misc queries) | |||
text to numeric | Excel Worksheet Functions | |||
text to numeric | Excel Discussion (Misc queries) | |||
Numeric in Text to convert back to the form of Numeric for VLookup Purposes | Excel Discussion (Misc queries) | |||
Text to Numeric | Excel Worksheet Functions |