how to save a single column as a seperate file

G

grc46

Having trouble trying to convert excel file to CSV format, to load into
another program. Since I'm only interested in one of the worksheet columns,
how can i save a single column into a seperate file?
 
D

Dave Peterson

Maybe you could just
select that single column
edit|copy
paste into Notepad
save as something.csv from there??????
 
Top