Column of Numbers in xls to String of Numbers in txt

S

Spyder

Is there an easy way to pull a single column of numbers from a worksheet with
multiple columns and export it to a comma deliniated string of text?

Thanks!
Jeff
 
T

Tom Ogilvy

open a new workbook.

copy the data you want to the new workbook starting in A1

do a file => Save As and select CSV.
 
Top