J
John
I have a cell which gives the warning
"The number in this cell is formatted as text."
Using VBA, I change the format of the cell to a number format.
However, Excel still shows the warning.
I look at the cell using Format | Cells ... which says it has
the number format set by my VBA code.
Is there some VBA function I have to use on the cell to make it
convert to a number? Thank you for your help.
"The number in this cell is formatted as text."
Using VBA, I change the format of the cell to a number format.
However, Excel still shows the warning.
I look at the cell using Format | Cells ... which says it has
the number format set by my VBA code.
Is there some VBA function I have to use on the cell to make it
convert to a number? Thank you for your help.