Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Sally,
Select all the cells that you need to convert, and run this macro: Sub TryNow() Dim mycell As Range For Each mycell In Selection mycell.Value = Evaluate(mycell.Text) Next mycell End Sub HTH, Bernie MS Excel MVP "Sally" wrote in message ... I have 40 thousands database of excel spreadsheet to convert from text eg. 12+3 to value. I tried many ways in doing but not success. Please help. thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert excel file into ASCII text file with alignment? | Excel Discussion (Misc queries) | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
convert a range of lowercase text to upper text or vice versa | Excel Worksheet Functions | |||
How do I convert a number formated as a date to text in Excel? | Excel Discussion (Misc queries) | |||
Convert Numeric into Text | Excel Worksheet Functions |