J
Jim Bancroft
Hi everyone,
I need to take a column of numbers and transform it, so that each value
is quoted.
For instance, transfer this:
200347323
263637827
273633727
..
..
to this:
'200347323'
'263637827'
'273633727'
Can you reccomend a way to do it? Thanks.
I need to take a column of numbers and transform it, so that each value
is quoted.
For instance, transfer this:
200347323
263637827
273633727
..
..
to this:
'200347323'
'263637827'
'273633727'
Can you reccomend a way to do it? Thanks.