I have imported data from Oracle (using programing, not import). This is a
large file and it brought all numbers over as text. When I choose the column
and fomat as number nothing happens. I have to choose each cell change
format and enter. This is impossible as there are thousands of numbers to
change. HELP....
Mike H - 14 Mar 2008 14:31 GMT
One way that can work is to put a 1 in a cell and copy it, then select your
text numbers and
Edit|Paste Special
Select multiply and click OK
Delete the 1
Mike
> I have imported data from Oracle (using programing, not import). This is a
> large file and it brought all numbers over as text. When I choose the column
> and fomat as number nothing happens. I have to choose each cell change
> format and enter. This is impossible as there are thousands of numbers to
> change. HELP....
Al - 14 Mar 2008 16:33 GMT
Are you programming in vb.net?
If you are then set the input datatype is 'Double' and it will import with
the format of a number rather than text.
> I have imported data from Oracle (using programing, not import). This is a
> large file and it brought all numbers over as text. When I choose the column
> and fomat as number nothing happens. I have to choose each cell change
> format and enter. This is impossible as there are thousands of numbers to
> change. HELP....
S. Kissing - 14 Mar 2008 19:37 GMT
Not vb.net, using SQL.
> Are you programming in vb.net?
>
[quoted text clipped - 6 lines]
> > format and enter. This is impossible as there are thousands of numbers to
> > change. HELP....