R
Robin Clay
Greetings !
I have a CSV data file wot looks something like this -
"1529.17698720957","133.597550559965"
"1685.21901149326","132.817184396522"
"1900.00000000000","130.300887834893"
"2193.34485206410","121.730777157435"
"2363.17295960769","114.937652855693"
"2523.01169878763","108.544103288496"
"3240.77088467590","87.805735336415"
"3590.69860622591","81.680775462264"
"4229.19543928027","78.487652800160"
This data is extracted by Excel with
Input #1, myLine
and then parsed.
If I generate some replacement data in another Excel
spreadsheet, it appears in the cells like this :
1+901.0000 +131.3009
2+192.3449 +122.7308
2+363.1730 +113.9377
2+524.0117 +104.5441
with cell borders.
What I do at the moment is - wait for it ! -
I copy those cell values into another location, with
inverted commas in a column before the first data column
and in a column after the last data column, with the data
columns separated by a column containing "," (quote comma
quote), so that it looks like the first sample above.
I then select those cells, and "Paste Special" into
WordPad.
I select that data again, and copy into WORD, where I do a
Find'n'Replace to eliminate the Tabs. I also change the
font, as otherwise the data runs over onto the next line,
throwing in line breaks.
I then select that data once more, and paste it into the
correct location in the data file, using NotePad.
Now, is that TEDIOUS, or WHAT ????
These four programs are ALL Microsoft products, and yet....
Help !
I have a CSV data file wot looks something like this -
"1529.17698720957","133.597550559965"
"1685.21901149326","132.817184396522"
"1900.00000000000","130.300887834893"
"2193.34485206410","121.730777157435"
"2363.17295960769","114.937652855693"
"2523.01169878763","108.544103288496"
"3240.77088467590","87.805735336415"
"3590.69860622591","81.680775462264"
"4229.19543928027","78.487652800160"
This data is extracted by Excel with
Input #1, myLine
and then parsed.
If I generate some replacement data in another Excel
spreadsheet, it appears in the cells like this :
1+901.0000 +131.3009
2+192.3449 +122.7308
2+363.1730 +113.9377
2+524.0117 +104.5441
with cell borders.
What I do at the moment is - wait for it ! -
I copy those cell values into another location, with
inverted commas in a column before the first data column
and in a column after the last data column, with the data
columns separated by a column containing "," (quote comma
quote), so that it looks like the first sample above.
I then select those cells, and "Paste Special" into
WordPad.
I select that data again, and copy into WORD, where I do a
Find'n'Replace to eliminate the Tabs. I also change the
font, as otherwise the data runs over onto the next line,
throwing in line breaks.
I then select that data once more, and paste it into the
correct location in the data file, using NotePad.
Now, is that TEDIOUS, or WHAT ????
These four programs are ALL Microsoft products, and yet....
Help !