Hi
I'm learning about splitting and joining.
I have a cell, which is a dose response of concentrations in scientific notation.
I have got to the step where my array is filled with each concentration.
I now need to change the format from 1.0E-6 to 0.000001
I've attempted:
and I get a Type mismatch error
and I get invalid qualifier...
There must be a way.
Many thanks
Hankj
I'm learning about splitting and joining.
I have a cell, which is a dose response of concentrations in scientific notation.
I have got to the step where my array is filled with each concentration.
I now need to change the format from 1.0E-6 to 0.000001
I've attempted:
HTML:
WrdArray(i) = Format(WrdArray(i), "General")
and I get a Type mismatch error
HTML:
WrdArray(i).NumberFormat = "General"
and I get invalid qualifier...
There must be a way.
Many thanks
Hankj