Sub ConvertToFormula()
ActiveCell.NumberFormat = "General"
ActiveCell.Formula = ActiveCell.Text
End Sub
Why do you have a #Value error?I am trying to do this because There are #Value in the cells and calculating does not recalculate it to a value. But Editing and hitting enter does.