row length

R

rob p

I have Excel 2000. I am trying to make some sample data to read in another
program.

Each record should consist of 9 sets of 14 fixed characters; ie.
11111111111111,22222222222222,33333333333333 etc thru the ninth set. Each
set is in a separate column.

When I export this file to my desktop I seem to be only getting 90
characters across. No more. What is wrong?
 
D

Dave Peterson

How are you exporting the data?

Maybe file|saveas and use .csv (comma separated values).
 
Top