E
ermeko
Hi,
I want to convert text into number but the code below do nothing:
ActiveSheet.Cells(1, 1).NumberFormat = "##0.0" 'or the code below
ActiveSheet.Cells(1, 1).value = format(ActiveSheet.Cells(1, 1).value,"##0.0")
What is the problem?
Since it is accepted as text I can not use
ActiveSheet.Cells(1, 3).formula = "=sum(a1:a2)"
I want to convert text into number but the code below do nothing:
ActiveSheet.Cells(1, 1).NumberFormat = "##0.0" 'or the code below
ActiveSheet.Cells(1, 1).value = format(ActiveSheet.Cells(1, 1).value,"##0.0")
What is the problem?
Since it is accepted as text I can not use
ActiveSheet.Cells(1, 3).formula = "=sum(a1:a2)"