> Yes, this works fine.
>
[quoted text clipped - 24 lines]
> > >
> > > Thank you.
I find the number conversions work differently than other types.
If I format the cell as text and paste 074410E4 Excel converts it to
scientific format, overriding the text format previoulsy set.
That's not the case with a cell formatted as text: when I type in 10/1/08 -
it stays as typed and Excel provides info (marker in top left corner) letting
the user to decide the final format.
Also, I can use datevalue() to convert to date, or text(); is there
something similar for numbers, scientific format in this case?
Thank you.
> Hi,
>
[quoted text clipped - 30 lines]
> > > >
> > > > Thank you.
JLGWhiz - 09 Oct 2008 23:08 GMT
Not really sure what you are after, but look at NumberFormat property in VBA
help files and the Type conversion functions. These are useful in many cases
to get the proper values returned for variables and for converting existing
values from worksheet cells to data types required to make VBA execute
correctly.
> I find the number conversions work differently than other types.
>
[quoted text clipped - 44 lines]
> > > > >
> > > > > Thank you.
adimar - 10 Oct 2008 16:40 GMT
NumberFormat ="@" works fine.
Thank you.
> Not really sure what you are after, but look at NumberFormat property in VBA
> help files and the Type conversion functions. These are useful in many cases
[quoted text clipped - 50 lines]
> > > > > >
> > > > > > Thank you.